Sets or returns the accesskey attribute of an element
Attaches an event handler to an element
Adds (appends) a new child node to an element
"Returns a NamedNodeMap of an elements attributes"
Removes focus from an element
"Returns an elementss number of child elements"
"Returns a NodeList of an elements child nodes"
"Returns an HTMLCollection of an elements child elements"
Returns the class name(s) of an element
Sets or returns the value of the class attribute of an element
Simulates a mouse-click on an element
Returns the height of an element
Returns the width of the left border of an element
Returns the width of the top border of an element
Returns the width of an element
Clones an element
Searches the DOM tree for the closest element that matches a CSS selector
Compares the document position of two elements
Returns true if a node is a descendant of a node
Sets or returns whether the content of an element is editable or not
Sets or returns the value of the dir attribute of an element
Returns the first child node of an element
Returns the first child element of an element
Gives focus to an element
"Returns the value of an elements attribute"
Returns an attribute node
Returns the size of an element and its position relative to the viewport
Returns a collection of child elements with a given class name
Returns a collection of child elements with a given tag name
Returns true if an element has a given attribute
Returns true if an element has any attributes
Returns true if an element has any child nodes
Sets or returns the value of the id attribute of an element
Sets or returns the content of an element
Sets or returns the text content of a node and its descendants
Inserts a new HTML element at a position relative to an element
Inserts an HTML formatted text at a position relative to an element
Inserts text into a position relative to an element
Inserts a new child node before an existing child node
"Returns true if an elements content is editable"
Returns true if a given namespaceURI is the default
Checks if two elements are equal
Checks if two elements are the same node
Deprecated
Sets or returns the value of the lang attribute of an element
Returns the last child node of an element
Returns the last child element of an element
Returns true if an element is matched by a given CSS selector
Returns the namespace URI of an element
Returns the next node at the same node tree level
Returns the next element at the same node tree level
Returns the name of a node
Returns the node type of a node
Sets or returns the value of a node
Joins adjacent text nodes and removes empty text nodes in an element
Returns the height of an element
Returns the width of an element
Returns the horizontal offset position of an element
Returns the offset container of an element
Returns the vertical offset position of an element
Sets or returns the content of an element (including the start tag and the end tag)
Sets or returns the outer text content of a node and its descendants
Returns the root element (document object) for an element
Returns the parent node of an element
Returns the parent element node of an element
Returns the previous node at the same node tree level
Returns the previous element at the same node tree level
Returns the first child element that matches a CSS selector(s)
Returns all child elements that matches a CSS selector(s)
Removes an element from the DOM
Removes an attribute from an element
Removes an attribute node
Removes a child node from an element
Removes an event handler that has been attached with the addEventListener() method
Replaces a child node in an element
Returns the entire height of an element
Scrolls the an element into the visible area of the browser window
"Sets or returns the number of pixels an elements content is scrolled horizontally"
"Sets or returns the number of pixels an elements content is scrolled vertically"
Returns the entire width of an element
"Sets or changes an attributes value"
Sets or changes an attribute node
Sets or returns the value of the style attribute of an element
Sets or returns the value of the tabindex attribute of an element
Returns the tag name of an element
Sets or returns the textual content of a node and its descendants
Sets or returns the value of the title attribute of an element
Converts an element to a string