進出口面臨的jQuery的問題在Internet Explorer 7和8:Internet Explorer不知道如何選擇標記添加到選擇在jQuery的
我試着去一個選項標記添加到現有的選擇:
var s = document.getElementById("category");
s.options.add(select_option);
但IE只是說:Object doesn't support this property or method
並指向s.options.add(select_option);
任何人的想法?
請告訴更多的代碼 – 2010-10-18 14:47:05
您是否嘗試過的jQuery? – Diego 2010-10-18 14:47:09
確定's'實際上是一個''