how get the value of an select option with jquery code example
Example 1: get selected option value jquery
$("#vacc_wellness_agegroups option:selected").val();
Example 2: get option value jquery
$('#state option[data-id="2"]').val();
//output state2