Ajax functions are generally asked as a part of jQuery interview questions. List some of them.
- ajaxStop()- when all requests are complete, this registers the handler to be called.
- .ajaxStart()- when the first Ajax request begins, this registers the handler to be called.
- .ajaxSuccess()- when an ajax request is completed, this registers the handler to be called.
