Sha256: 074595953b7f37d11ed3873a6d3a6b5d1e75914dbe9f32e8fa91a2523abfd138
Contents?: true
Size: 373 Bytes
Versions: 28
Compression:
Stored size: 373 Bytes
Contents
(function($){ $(document).ready(function(){ // Remove an item from the cart by setting its quantity to zero and posting the update form $('form#updatecart a.delete').show().live('click', function(e){ $(this).parents('tr').find('input.line_item_quantity').val(0); $(this).parents('form').submit(); e.preventDefault(); }); }); })(jQuery);
Version data entries
28 entries across 16 versions & 8 rubygems