drop down get selected html jquery code example
Example 1: how to get the selected text of dropdown in jquery
BY LOVE
$("#Id option:selected").text()
Example 2: get selected option value jquery
$("#vacc_wellness_agegroups option:selected").val();