function showLoader() { $('body').append('
'); } function hideLoader() { $('.loading-cart').remove(); }