On this page
Category: Global Ajax Event Handlers
ajaxComplete event
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
.ajaxComplete()
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
ajaxError event
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
.ajaxError()
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
ajaxSend event
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
.ajaxSend()
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
ajaxStart event
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
.ajaxStart()
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
ajaxStop event
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
.ajaxStop()
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
ajaxSuccess event
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
.ajaxSuccess()
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/ajax/global-ajax-event-handlers