//Adds a wait indicator to any ajax requests $('body').ajaxStart(function() { $('#loading').show(); }); $('body').ajaxStop(function() { $('#loading').hide(); });
Name (required)
Refresh