how to get the current value of an option in a select tag code example
Example: get selected option value
var conceptName = $('#aioConceptName').find(":selected").val();
var conceptName = $('#aioConceptName').find(":selected").val();