Back
How can I get the selected text (not the selected value) from a drop-down list in jQuery?
To get the selected text from a drop-down list in jQuery you can use the below mentioned piece of code:-
$("#yourdropdownid option:selected").text();
31k questions
32.8k answers
501 comments
693 users