getElementById (DOMDocument - JavaScript)
Gets the element whose ID is given by the element ID.
Defined in
DOMDocumentSyntax
getElementById(String elementId)
: DOMElement
Gets the element whose ID is given by the element ID.
getElementById(String elementId)
: DOMElement