how To fetch the index of dropdown using jquery

JavaScript
BY LOVE
$('#ddlPartnerType option:selected').index()
Source

Also in JavaScript: