© 本文档使用 PHP中文网手册 发布
AJAX 请求开始时执行函数。Ajax 事件。
待执行函数
AJAX 请求开始时显示信息。
$("#loading").ajaxStart(function(){ $(this).show(); });