Answers for "select dropdown according to text value"

1

jquery selected option text

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

alert dropdown selected text

$(".qualificationStatus option:selected").text()
Posted by: Guest on April-10-2020

Code answers related to "select dropdown according to text value"

Code answers related to "Javascript"

Browse Popular Code Answers by Language