Answers for "get the value of the selected option select"

3

get selected option value jquery

$("#vacc_wellness_agegroups option:selected").val();
Posted by: Guest on October-06-2020
0

get selected value in dropdown

var e = document.getElementById("ddlViewBy");
var strUser = e.value;
Posted by: Guest on November-22-2021

Code answers related to "get the value of the selected option select"

Code answers related to "Javascript"

Browse Popular Code Answers by Language