$('#aioConceptName').val() didn't work because .val() returns the value attribute. To have it work properly, the value attributes must be set on each .
Now you can call $('#aioConceptName').val() instead of all this :selected voodoo being suggested by others.