jquery on change change select option to code example Example: .on change get value $('select').on('change', function() { alert( this.value ); });