$("#loading").ajaxStart(function(){ $(this).show(); }); $("#loading").ajaxComplete(function(){ $(this).hide(); });