not getting selected value of dropdown in jquery code example
Example 1: how To fetch the index of dropdown using jquery
BY LOVE
$('#ddlPartnerType option:selected').index()
Example 2: jquery: get selected option of the drop down list
$('#ddlID').val();
$('#ddlID').text();