Answers for "get currently selected value of a dropdoqn using ajax"

7

how to fetch the selected value of dropdown jquery

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

jquery get dropdown list selected value

$('#dropDownId').val();
Posted by: Guest on May-14-2020

Code answers related to "get currently selected value of a dropdoqn using ajax"

Code answers related to "Javascript"

Browse Popular Code Answers by Language