2
Reply

What is an ajaxError() in jquery?

Kiranteja Jallepalli

Kiranteja Jallepalli

Dec 19, 2014
3.2k
0

    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.

    manoj kumar
    March 17, 2015
    0

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

    Bhushan Gawale
    January 19, 2015
    0