0

この作業を行う上で問題があります。私はJQuery 2.0を使用しています...

これを試しましたが、ajaxStartオブジェクトで例外エラーが発生しました。

$.ajax({
   //Scripts here...
}).ajaxStart(function() { 
   animationStart();  // Display the busy animation...
}).ajaxStop(function() {
   animationStop();  // Hide the busy animation...
});
4

2 に答える 2