how do i get the text value of a selected option jquery code example
Example 1: get text selected option jquery
$('#id option:selected').text()
Example 2: how To fetch the index of dropdown using jquery
BY LOVE
$('#ddlPartnerType option:selected').index()