整理一下原生js的dom操作
Posted mcad
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了整理一下原生js的dom操作相关的知识,希望对你有一定的参考价值。
获取元素
- getElementById()
- getElementsByClass()
- getElementsByTagName
- getElementsByName
node属性
前、后、父、子
- previousSibling
- nextSibling
- parentNode
- childNode
- children
- firstChild
- lastChild
操作
- appendChild
- insertBefore
- removeChild
- replaceChild
- innerhtml
- innerText
创建
- CreateElement
Attribute
- getAttribute
- setAttribute
- removeAttribute
- hasAttribute
以上是关于整理一下原生js的dom操作的主要内容,如果未能解决你的问题,请参考以下文章