NHỮNG METHODS VÀ PROPERTIES CỦA DOM(DOCUMENT OBJECT MODEL)
DOM rất ích lợi.Đọc hiểu những thí du về áp dụng DOM đã posted trong Blogger nầy,quý bạn đã thấy rõ khi viết html , xml và website cần phải học javaScript và hoc thêm DOM nữa.
DOM giúp chúng ta làm được nhiều việc như sau :
* Creating nodes.
* Removing nodes.
* Changing the content in html.
* Traversing the node tree or node hierarchy.
Do đó mà mọi người đều công nhận DOM rất ích lợi.
Methods : DOM có 10 methods sau đây :
1-getElementById()
2-getElementsByTagName().
Khi muốn xử dụng thì nối với chữ document hoặc chữ document.documentElement bằng một dấu chấm.
document.getElementById().document.getElementsByTagName()
3-node methods : node.childNodes , node.firstChild , node.lastChild , node.parentNode , node.nextSibling , node.previousSibling .Chữ node đại diện cho object mà chúng ta muốn đề cập tới (object we are referencing)
4-createElement
5-appendChild
6-removeChild và removeAttribute
7-getAttribute
8-setAttribute
9-document.forms
10-innerHTML
---------------------------------------------- HAPPY BIRTHDAY TO USA ---------------------
Properties :
nodeName , nodeType , nodeValue , innerHTML , parentNode , childNode , lastChild , firstChild ,nextSibling , previousSibling