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

ownerDocument

Description

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

Syntax

node.ownerDocument

Examples

1 · HTMLDocument

2 · XMLDocument

HomeMenu