Answers for "get selected drop down value jquery"

3

how to get the value of dropdown in jquery

BY LOVE
$('#ddlName option:selected').val();
Posted by: Guest on May-08-2020
1

get selected option jquery

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

Code answers related to "get selected drop down value jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language