codice:
<select name="tipo_utente" id="id_tipo_utente">
	
$("#id_tipo_utente").change(function () 	{ 		
...
});