Articles tagged: DOM Element Methods
Found 4 documents
- Web/API/Document/getElementsByClassName Returns an array-like object of all child elements which have all of the given class names. When ...
- Web/API/Element/insertAdjacentHTML insertAdjacentHTML() parses the specified text as HTML or XML and inserts the resulting nodes ...
- Web/API/EventTarget/dispatchEvent Dispatches an Event at the specified EventTarget, invoking the affected EventListener s in the ...
- Web/API/EventTarget/removeEventListener The EventTarget.removeEventListener() method removes the event listener previously registered ...