$("#id").attr("style","");

除了在IE6,与IE8,其它浏览器都好的。

IE8

清除:

$("#id").removeAttr("style");

IE6

清除:

$("#id").css("display","");


相关文章: