Javascript on Select
select.appendChild
这个东西比较该死… 如果用这个的话IE下要设置option.innerText. 所以要用select.options.add.
select.options.remove
这个东西也比较该死. IE下不会有问题. FF下会有, 所以要用select.removeChild.
结论: options.add和removeChild一块用.
select.appendChild
这个东西比较该死… 如果用这个的话IE下要设置option.innerText. 所以要用select.options.add.
select.options.remove
这个东西也比较该死. IE下不会有问题. FF下会有, 所以要用select.removeChild.
结论: options.add和removeChild一块用.
是有些BT …