You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
616 B
616 B
DOM function reference.
For more information search for the MDN reference page for the function.
- Access
document.getElementByIddocument.getElementsByClassNamedocument.getElementsByTagNamedocument.querySelectordocument.querySelectorAll
- Addition and removal
document.createElementnode.appendChildnode.removeChildnode.remove
- Editing
node.innerText =node.className =node.classList.addnode.setAttributenode.id =node.style =
- Traversal
node.firstChildnode.childNodesnode.parentNode