この作業を行う上で問題があります。私はJQuery 2.0を使用しています...
これを試しましたが、ajaxStart
オブジェクトで例外エラーが発生しました。
$.ajax({
//Scripts here...
}).ajaxStart(function() {
animationStart(); // Display the busy animation...
}).ajaxStop(function() {
animationStop(); // Hide the busy animation...
});