-1
從ajax數據動態添加選項和選項組。使用jquery在選擇框中動態添加選項組和選項
<select name="catsndogs">
<optgroup label="Cats">
<option>Tiger</option>
<option>Leopard</option>
<option>Lynx</option>
</optgroup>
</select>
從阿賈克斯數據我有數組這個名單
{
Regular: [
"S",
"XS",
"M"
],
Small: [
"em"
]
}
我需要添加「常規」,「小」爲標題,但在經常我要的大小,並根據小型IT清單列表他們的大小, 像這裏http://jsfiddle.net/sushilbharwani/Xp8YK/
但需要做到這一動態...任何人都可以幫我解決這個問題嗎?