标签: javascript jquery ajax
我有一个带有ajxStop()的两个.js文件。
1.js $(document).ajaxStop(function() { //doingSomething }); 2.js $(document).ajaxStop(function() { //doingSomethingelse });
如果是2.js,我希望调用1.js的ajaxStop()。我怎样才能实现它?