srop down selected text code example
Example 1: jquery selected option text
$( "#myselect option:selected" ).text();
Example 2: get text in select jquery
$("#id option:selected").text();
$( "#myselect option:selected" ).text();
$("#id option:selected").text();