Answers for "get selected text by value"

1

jquery selected option text

$( "#myselect option:selected" ).text();
Posted by: Guest on October-06-2020
0

access selected option in jquery

$( "#myselect option:selected" ).text();
// => "Mr"
Posted by: Guest on November-16-2020

Code answers related to "get selected text by value"

Code answers related to "Javascript"

Browse Popular Code Answers by Language