Answers for "how to deselect selected option in jquery"

1

jquery selected option

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

access selected option in jquery

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

Code answers related to "how to deselect selected option in jquery"

Browse Popular Code Answers by Language