2
Reply

What is an ajaxError() in jquery?

    ajaxError is an event of Browser if any kind of error is occurred during round-trip(client-Server execution) this event is triggered and and display the error.

    When ajax request is completed with an error, the ajaxError() event is triggered.