Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 294 Bytes

NonElementParentNode.md

File metadata and controls

12 lines (7 loc) · 294 Bytes

Module DOM.Node.NonElementParentNode

getElementById

getElementById :: forall eff. ElementId -> NonElementParentNode -> Eff (dom :: DOM | eff) (Nullable Element)

The first element within node's descendants with a matching ID, or null if no such element exists.