ownerDocument property
[This documentation is preliminary and is subject to change.]
Retrieves the document object associated with the node.
Syntax
| JavaScript | |
|---|
Property values
Type: Object
the document object.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 1.2
Remarks
The ownerDocument is the document object that is used to create new nodes.
This property returns null when the node is a document.
ownerDocument was introduced in Microsoft Internet Explorer 6.
Build date: 2/14/2012