I did it in my project,
make a div with the rear earth url as a gif, which is nothing more than a gif animation
<div class="busyindicatorClass"> </div> .busyindicatorClass { background-url
in your ajax call, add this class to the div and in ajax success remove the class.
he will perform thatsit trick.
let me know if you need antthing else, I can give you more details
in ajax success remove class
success: function(data) { remove class using jquery }
kobe Dec 04 '10 at 19:09 2010-12-04 19:09
source share