$(document).ready(function() {
	$(".qtychange").change(function() {
		document.getElementById("cartform").submit();
	});
});
