window.showWaiting = function () { $('.loading').removeClass('hide'); }; window.hideWaiting = function () { $('.loading').addClass('hide'); };