$(document).on({ ajaxStart: function() { $('#spinner').show(); }, ajaxSuccess: function() { $('#spinner').hide(); } });