gte option from index in dropdown using jquery code example
Example: how to get the selected index of dropdown in jquery
BY LOVE
$('#ddlPartnerType option:selected').index()
BY LOVE
$('#ddlPartnerType option:selected').index()