jQuery移出style

移出下面代码中的style
<div id="show" style="width:100px; padding-top:10px; font-size:12px;"></div>
$("#show").removeAttr("style"); //IE、Mozilla 都是可以的


你可能感兴趣的:(jquery)