Home > Web Front-end > HTML Tutorial > What does this.parentNode.parentNode (parent node of parent node) mean_HTML/Xhtml_Webpage Production

What does this.parentNode.parentNode (parent node of parent node) mean_HTML/Xhtml_Webpage Production

WBOY
Release: 2016-05-16 16:40:51
Original
2390 people have browsed it

The parent node of the parent node, for example, there is this piece of
HTML:

Copy the code
The code is as follows:








In this case, this.parentNode is divB, and this.parentNode.parentNode is divA. The so-called parentNode is the node above it.
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template