Answers for "jquery is option selected"

7

jquery selected option text

$("#mySelect option:selected").html();
Posted by: Guest on April-25-2020
1

jquery selected option

$( "#myselect option:selected" ).val();
Posted by: Guest on July-13-2020

Code answers related to "jquery is option selected"

Browse Popular Code Answers by Language