标签: javascript select input embed
我有这段代码:
<select> <option>thing one</option> <option>thing two</option> <option>thing <input type="text"> times</option> </select>
<select>输入可以在其中一个<input>内添加<option>,以便用户填写吗?
<select>
<input>
<option>
答案 0 :(得分:1)
尝试类似jQuery的可编辑选择列表插件
http://coffeescripter.com/code/editable-select/