1.0.0 • Published 8 years ago

domnode-at-path v1.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
8 years ago

DOMNode at path

nodeAt(path:Array, rootNode:DOMNode)

  • path is an array, where [] is the root node, [0] is the first child node and [0,1] is the second child of the first child of the root node.
  • rootNode is the reference in respect to which the paths are resolved

Legal

(c) 2016 by Marcel Klehr

MIT-License