Answers for "jquery get the text not the value of a select option"

9

get text of selected option jquery

$('#id').children(':selected').text();
Posted by: Guest on March-18-2020

Code answers related to "jquery get the text not the value of a select option"

Code answers related to "Javascript"

Browse Popular Code Answers by Language