0
即時通訊開始通過MooTools玩,但不知道爲什麼,下面將我隱藏的選項在選擇列表中,但在IE它不會:Mootools的 - 在IE範圍的問題
<select id="test_select" multiple>
<option>A</option>
<option>B</option>
<option>C</option>
</select>
$$('#test_select option').each(function(el){
el.addClass('hide');
});
我真的體會了一下對此的幫助...
其中的mootools的版本,您使用的? – kjy112 2011-01-25 14:30:41