Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 一个页面多个jquery

0 votes
2.7k views
1 answer
    我用的jquery1.10.2 一个页面中有多个ajax请求 function f1() { //一大段代码 //ajax请求 doajax1(); } function f2() { //一大段代码 //ajax请求 doajax2(); ... 排除success: function () {f2();}这个办法 排除后端将多个ajax请求合成一个的办法...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...