HTML DOM parentNode Property

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP







<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->




HTML DOM parentNode Property


Element Object




Example


Get the node name of the parent node of a <li> element:



var x = document.getElementById("myLI").parentNode.nodeName;

<!--

The result of x will be:


UL
-->
Try it Yourself »

More "Try it Yourself" examples below.



Definition and Usage


The parentNode property returns the parent node of the specified node, as a Node object.


Note: In HTML, the document itself is the parent node of the HTML element, HEAD and BODY are child nodes of the HTML element.


This property is read-only.



Browser Support


The numbers in the table specify the first browser version that fully supports the property.














Property
parentNode 1.0 Yes 1.0 Yes Yes




<!--
mid_content, all: [300,250][336,280][728,90][970,250][970,90][320,50][468,60]
-->




Syntax



node.parentNode

Technical Details






Return Value: A Node object, representing the parent node of a node, or null if the node has no parent
DOM Version Core Level 1 Node Object

More Examples



Example


Click on an element (<span>) to hide its parent node (<div>):



<div>
  <span onclick="this.parentNode.style.display = 'none';">x</span>
</div>

Try it Yourself »


Related Pages


HTML DOM reference: node.childNodes Property


HTML DOM reference: node.firstChild Property


HTML DOM reference: node.lastChild Property


HTML DOM reference: node.nextSibling Property


HTML DOM reference: node.previousSibling Property


HTML DOM reference: node.nodeName Property


HTML DOM reference: node.parentElement Property



Element Object


Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

PHP code is not being executed, instead code shows on the page

Administrative divisions of China