how to get the value of the option dropdown menu jquery code example
Example 1: get selected option value
var conceptName = $('#aioConceptName').find(":selected").val();
Example 2: get selected option value jquery
$("#vacc_wellness_agegroups option:selected").val();