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