$(document).ready(function(){
	$(".addresses_module form select").change(function(){
		$(this).parents('form').trigger('submit');
	});
})
