Events2Join

How to Get the Value of Selected Option in a Select Box Using jQuery


jQuery Get Selected Option From Dropdown - Stack Overflow

37 Answers 37 · If you want to get the selected option text, you can use $(select element).text() . var text = $('#aioConceptName option:selected ...

How do I get the text value of a selected option?

How do I get the text value of a selected option? ·