select dropdown according to text value code example
Example 1: jquery selected option text
$( "#myselect option:selected" ).text();
Example 2: alert dropdown selected text
$(".qualificationStatus option:selected").text()
$( "#myselect option:selected" ).text();
$(".qualificationStatus option:selected").text()