HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

ownerDocument

Description

The ownerDocument of Node for JS returns the node document. Returns null for documents.

Syntax

node.ownerDocument

Examples

1 · HTMLDocument

2 · XMLDocument