Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
当Ajax请求完成后注册一个回调函数。这是一个 AjaxEvent。
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Ajax请求出错时注册一个回调处理函数,这是一个 Ajax Event。
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
在Ajax请求发送之前绑定一个要执行的函数,这是一个 Ajax Event.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
在AJAX 请求刚开始时执行一个处理函数。 这是一个 Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
在AJAX 请求完成时执行一个处理函数。 这是一个 Ajax Event。
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
绑定一个函数当 Ajax 请求成功完成时执行。 这是一个Ajax Event.