$(document).ready(function(){
	$('select').change(function() {
		$("#product").submit()
	});
});