码迷,mamicode.com
首页 > Web开发 > 详细

js判断所有异步ajax请求调用完毕

时间:2014-08-27 20:26:08      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   io   ar   art   div   cti   

$(function() {
  $(document).ajaxStop(function() {
    $(this).unbind("ajaxStop"); //prevent running again when other calls finish
    LoadContact();
  });
  LoadCategories($(‘#Category‘));
  LoadPositions($(‘#Position‘));
  LoadDepartments($(‘#Department‘));
});

 

js判断所有异步ajax请求调用完毕

标签:style   blog   color   os   io   ar   art   div   cti   

原文地址:http://www.cnblogs.com/fcq121/p/3940174.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!