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