Closed fimad closed 5 years ago
atDepth allows for specifying the depth that a Selector must be at in relation to the previous Selector or root node. For example the below will select anchor tags that are direct children of a div tag.
atDepth
"div" // "a" `atDepth` 1
Issue #21
atDepth
allows for specifying the depth that a Selector must be at in relation to the previous Selector or root node. For example the below will select anchor tags that are direct children of a div tag.Issue #21