Google News
logo
jQuery - Interview Questions
Explain the various Ajax functions available in jQuery?
There are many methods like :
 
.ajaxStart() : register the handler to be called when the first Ajax request begins.
.ajaxStop() : register the handler to be called when all requests are complete.
.ajaxSuccess() : register the handler to be called when an Ajax request is successfully completed..
Advertisement