返回值:jQueryajaxStart(callback)
概述
AJAX 請求開始時執(zhí)行函數(shù)。Ajax 事件。
參數(shù)
callbackFunction
待執(zhí)行函數(shù)
示例
描述:
AJAX 請求開始時顯示信息。
jQuery 代碼:
$("#loading").ajaxStart(function(){
$(this).show();
});
?
This document uses PHP Chinese website manual Release