DOM 简单总结
参考资料
一个前端开发笔记本 https://li-xinyang.gitbooks.io/frontend-notebook/content/chapter3/00_intro.html
DOM(文档对象模型)上 https://github.com/stone0090/javascript-lessons/tree/master/2.2-DOM
DOM(文档对象模型)下 https://github.com/stone0090/javascript-lessons/blob/master/2.2-DOM/README2.md
HTML DOM Element 对象 http://www.w3school.com.cn/jsref/dom_obj_all.asp
HTML DOM nodeType 属性 http://www.w3school.com.cn/jsref/prop_node_nodetype.asp
网友评论