我在进行这项工作时遇到问题。我正在使用 JQuery 2.0 ...
我试过了,但在ajaxStart
对象上出现异常错误。
$.ajax({
//Scripts here...
}).ajaxStart(function() {
animationStart(); // Display the busy animation...
}).ajaxStop(function() {
animationStop(); // Hide the busy animation...
});