codice:
$(function(){
$( '#nuovo_utente' ).click(function() { 		
      alert("checked!");
});
});