码迷,mamicode.com
首页 > Web开发 > 详细

html 操作dom classLIst 属性

时间:2020-01-17 18:41:09      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:ntb   修改   方法   get   rem   dcl   tps   href   move   

1.classList 属性

可以给指定的dom 增加多个class,他是只读的,只可以使用 add() 和 remove() 方法修改。

        eg:  document.getElementById("myDIV").classList.add("mystyle", "anotherClass", "thirdClass");

具体见菜鸟教程:https://www.runoob.com/jsref/prop-element-classlist.html

html 操作dom classLIst 属性

标签:ntb   修改   方法   get   rem   dcl   tps   href   move   

原文地址:https://www.cnblogs.com/wangliko/p/12206888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!