Answers for "how to select the currently selected option in jquery"

1

jquery selected option

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

how to show selected value in select box using jquery

$('selector').val(value);
Posted by: Guest on April-12-2021

Code answers related to "how to select the currently selected option in jquery"

Browse Popular Code Answers by Language