$('#the_id_select').on('change', function() { alert( this.value ); }); //or $("#the_id_select").change(function(){ alert( this.value ); });