$(document).ready(function() {
	$('.wide_input_select').change(function() {
		$('#delivery_form').submit();
	});
});<!-- 
 -->