Recently accessed node in javascript _ javascript skills
Source: Internet
Author: User
ParentNode -- parent node; firstChild -- the first child node; lastChild -- the last child node; previussibling -- the sibling node next to it; this allows for short trips, access some related nodes of the current node. If you are interested, refer to the following. In javascript, each node in the document has
ParentNode -- parent node
FirstChild -- the first subnode
LastChild -- last subnode
Previussibling -- brother node next to the front
NextSibling-sibling node next
Five Related nodes. These nodes may not exist and are null. For example, document does not contain the parent node, and TextNode does not.
In this way, you can perform short trips to access some related nodes of the current node.
In addition, there are childNode [] (including all child nodes) and children [] (only child nodes of the element type, excluding textNode ).
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service