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

整理一下原生js的dom操作

时间:2019-04-24 23:39:14      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:tee   ast   ntb   remove   整理   node   next   nod   fir   

获取元素

  • 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操作

标签:tee   ast   ntb   remove   整理   node   next   nod   fir   

原文地址:https://www.cnblogs.com/mcad/p/10765670.html

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