jQuery 从下拉列表中获取所选选项
2022-08-29 22:03:43
通常我用于返回所选选项的值,但这次它不起作用。所选标签的 ID$("#id").val()
aioConceptName
代码
<label for="name">Name</label>
<input type="text" name="name" id="name" />
<label for="aioConceptName">AIO Concept Name</label>
<select id="aioConceptName">
<option>choose io</option>
<option>roma</option>
<option>totti</option>
</select>