Ajax functions are generally asked as a part of jQuery interview questions. List some of them.

bookmark

  1. ajaxStop()- when all requests are complete, this registers the handler to be called.
  2. .ajaxStart()- when the first Ajax request begins, this registers the handler to be called.
  3. .ajaxSuccess()- when an ajax request is completed, this registers the handler to be called.