dd
Ajax同步

jquery如何设置ajax方法为同步

jerry JQuery
Ajax请求默认的都是异步的如果想同步 async设置为false就可以(默认是true) var html = $.ajax({   url: "some.php",   async...
阅读全文