Opção selecionada do jQuery
$( "#myselect option:selected" ).val();
Difficult Duck
$( "#myselect option:selected" ).val();
$("#vacc_wellness_agegroups option:selected").val();
$( "#myselect option:selected" ).text();
// => "Mr"
var conceptName = $('#aioConceptName').find(":selected").text();