jquery 清除style样式
$("#show").removeAttr("style"); //ie,ff均支持 $("#show").attr("style",""); //ff支持,ie不支持
$("p:first").removeClass("intro")
;
$("#show").removeAttr("style"); //ie,ff均支持 $("#show").attr("style",""); //ff支持,ie不支持
$("p:first").removeClass("intro")
;