340 Views
Traversing DOM Tree nodes There are two JavaScript API's that traverse the DOM. They are NodeIterator and TreeWalker. Both can return a list of nodes that are under a given root node. They are quite similar but with a few differences.
0 comments