find the selected value of the all dropdown jquery code example
Example 1: jquery get dropdown list selected value
$('#dropDownId').val();
Example 2: jquery: get selected option of the drop down list
$('#ddlID').val();
$('#ddlID').text();
$('#dropDownId').val();
$('#ddlID').val();
$('#ddlID').text();