boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

Get selected text from a drop-down list using jQuery

Updated on     Kisan Patel

Problem:

How to Get selected text from a drop-down list using jQuery?
How can I get a drop-down list selected text in jQuery, not using the selected value?

Solution:

You need to use below code:

$("#yourdropdownid option:selected").text();

Reference URL: https://api.jquery.com/selected-selector/


jQuery

Leave a Reply