爲什麼下面的代碼在IE瀏覽器(7和8)中不起作用?jQuery:attr風格在IE中不起作用
$("ul li").each(function() {
if(($.trim($(this).attr("style"))) != "display: none;"){
//if content
}else if(($.trim($(this).attr("style"))) == "display: none;"){
//else content
}
});
注意:前4個li元素沒有「樣式」屬性,其餘8個元素沒有。
哈克,我們可以普萊舍看到,該室內用的HTML? – mcgrailm 2011-05-31 13:30:17
你可以告訴我們在http://jsfiddle.net/ – SinistraD 2011-05-31 13:30:23
你使用的是什麼版本的jquery? – mcgrailm 2011-05-31 13:32:13