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