|
How to register a handler to be called when first ajax request begins? - .ajaxStart()
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Ajax
While working with ajax, how to show “loading …” or “Please wait …” type of message?
To register a handler to be called when first ajax request begins, ajaxStart() method can be used. This can be used to show the loading… or wait …. Messages.
|