Normally I use
$("#id").val()
to return the worth of the chose alternative, however this time it doesn't work. The chose tag has the id
aioConceptName
html code
<label>Name</label>
<input type="text" name="name" />
<select id="aioConceptName">
<option>choose io</option>
<option>roma</option>
<option>totti</option>
</select>