Traversing the DOM with JavaScript
Steve Griffith - Prof3ssorSt3v3 Steve Griffith - Prof3ssorSt3v3
102K subscribers
14,056 views
327

 Published On Aug 3, 2016

Using the Node and Element properties you can search through a web page to find specific elements and their contents.
Remember that all the Nodes have parent-child relationships to each other. Only Element nodes can be parents. However, depending on the property that you use you can get lists of Elements or lists that include element nodes, text nodes, and comment nodes.

show more

Share/Embed