# domnode-at-path **Repository Path**: mirrors_marcelklehr/domnode-at-path ## Basic Information - **Project Name**: domnode-at-path - **Description**: Supply a path and a root node and receive the domnode at that path. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ## See also * [path to DOMNode](https://github.com/marcelklehr/path-to-domnode) ## Legal (c) 2016 by Marcel Klehr MIT-License