how to get the select box value and name both in jquery code example
Example 1: jquery: get selected option of the drop down list
$('#ddlID').val();
$('#ddlID').text();
Example 2: jquery get selected option value
jquery get selected option value