Answers for "jquery select option is selected"

7

get selected option jquery

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

$(this) option selected jquery

var cur_value = $('option:selected',this).text();
Posted by: Guest on October-08-2020

Code answers related to "jquery select option is selected"

Code answers related to "Javascript"

Browse Popular Code Answers by Language