ajaxComplete event

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.

ajaxSend event

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.

ajaxStop event

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.