整理一下原生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
作者:大黑兔
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.