(function($){
  $(document).ready(function(){

    $('form#update-cart').live('ajax:before', function() {
     $("#order_submit").fadeOut();
     $("#applying_coupon").children(".ajax_loader").show();
    });

  });
})(jQuery);


