Profesional desarrollo web
<script>
jQuery('#selectID').change(
function(){
jQuery('#formID').trigger('submit');
});
</script>