getElementById

open override fun getElementById(elementId: ElementId): HTMLElement?(source)

The getElementById() method of the DocumentFragment returns an Element object representing the element whose id property matches the specified string. Since element IDs are required to be unique if specified, they're a useful way to get access to a specific element quickly.