get selected text by value code example
Example 1: jquery selected option text
$( "#myselect option:selected" ).text();
Example 2: access selected option in jquery
$( "#myselect option:selected" ).text();
// => "Mr"
$( "#myselect option:selected" ).text();
$( "#myselect option:selected" ).text();
// => "Mr"