·您当前的位置:首页 > 技术教程 > jQuery教程 >

[jQuery]jQuery用removeAttr移除指定样式

时间:2018-11-28 16:50阿酷
[jQuery]jQuery用removeAttr移除指定样式

 removeAttr移除行内样式:

  1. <div id="demo" style="width:400px; font-size:22px;"></div> 

 

  1. $("#demo").removeAttr("style");  
  1. <html> 
  2. <head> 
  3. <script type="text/javascript" src="/jquery/jquery.js"></script> 
  4. <script type="text/javascript"> 
  5. $(document).ready(function(){ 
  6.   $("button").click(function(){ 
  7.     $("p").removeAttr("style"); 
  8.   }); 
  9. }); 
  10. </script> 
  11. </head> 
  12.  
  13. <body> 
  14. <h1>这是一个标题</h1> 
  15. <p style="font-size:120%;color:red">这是一个段落。</p> 
  16. <p>这是另一个段落。</p> 
  17. <button>删除所有 p 元素的 style 属性</button> 
  18. </body> 
  19. </html> 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器