Holen Sie sich den ID -Wert von HTML Dropdown in JQuery
$('#dropDownId :selected').text();
Calm Cockroach
$('#dropDownId :selected').text();