JavaScript – DOM document.readyState Property
The document.readyState property returns the loading status of the current document.
The document.readyState property returns the loading status of the current document.
The document.referrer property returns the URL of the document that loaded the current document.
The document.removeEventListener() method removes an event handler from a document.
The document.scripts property returns a collection of all <script> elements in the document.
The document.title property sets or returns the title of the document.
The document.URL property returns the full URL of the document.
The document.write() method writes directly to an open HTML document.
The document.writeln() method writes directly to an open HTML document, with the addition of writing a newline character after each statement.
The Element addEventListener() method attaches an event handler to an element.
The Element appendChild() method appends an element as the last child of a parent element.
The Element attributes property returns a collection of attributes in an element.
The Element childElementCount property returns the number of child elements of an element.
The Element childNodes property returns a list of an elements’s child nodes.
The Element children property returns a list of an element’s child elements.
The Element classList property returns the CSS classnames of an element.
The Element className property sets or returns an element’s class attribute.
The Element click() method simulates a mouse-click on an element.
The Element clientHeight property returns the viewable height of an element, including padding, but not the border, scrollbar or margin.
The Element clientLeft property returns the width of the element’s left border not including the element’s left padding or left margin.