jQuery Ajax Events

Some of the jQuery Ajax Events are listed below:

Jquery Ajax EventsDescription
ajaxStart(callback)Executes after AJAX request begins.
ajaxError(callback)Executes after AJAX request fails.
ajaxStop(callback)Executes when all AJAX requests end.
ajax.send(callback)Executes before the AJAX request is sent.
ajaxSuccess(callback)Executes whenever, AJAX request completes successfully.