// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function zeroize_qty(element) {
	$(element).previous('.qty').value = 0;
	$(element).up('.basket_item').hide();
}