getElementById
Description
The getElementById of NonElementParentNode for JS returns the first element within node’s descendants whose ID is elementId.
Syntax
node.getElementById(elementId)
Parameters
elementId
An element can have an associated unique identifier (ID).