select value in dropdown according there id show vlaue in input box using jquery and php code example
Example 1: get selected option text jquery
$("#id option:selected").text();
Example 2: alert dropdown selected text
$(".qualificationStatus option:selected").text()