Answers for "how to get the select box value and name both in jquery"

0

jquery: get selected option of the drop down list

$('#ddlID').val();
$('#ddlID').text();
Posted by: Guest on June-28-2020

Code answers related to "how to get the select box value and name both in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language