| ownerDocument | ใช้ในการอ้างถึง document object ของ node ที่กำหนด ( root element node ) |
|---|
property:ownerDocument;
return type:document
content:ใช้ในการอ้างถึง document object ของ node ที่กำหนด ( root element node )
example:var tagDiv = document.getElementById ( "bamboo" ); alert ( tagDiv.ownerDocument.tagName );