var option = $('option:selected', this).attr('mytag');
var option = $('option:selected', this).attr('mytag');
or
$('#location').find('option:selected').attr('myTag');
var option = $('option:selected', this).attr('mytag');
$("#vacc_wellness_agegroups option:selected").val();