Get Selected Option Value from Dropdown in jQuery · $(document).ready( function(){ · $("#abc").change(function(){ · var anything= $("#abc option:selected") .val(); · $('
prop()¶. The jQuery prop() method can help you get the text value of the selected option for jQuery 1.6+ versions: