How can I get the selected text (not the selected value) from a drop-down list in jQuery?
$("#yourdropdownid option:selected").text();
2.1m questions
2.1m answers
60 comments
57.0k users