acquire-anchor

1.0.0 • Public • Published

Acquire anchor

npm version Build Status Coverage Status MIT Licensed

A function that given a node will return the nearest anchor node starting at the passed node and walking up the tree until there are no more parent nodes.

To use

var acquireAnchor = require('acquire-anchor');
var childNode = document.querySelector('.child-node');
 
var anchorNode = acquireAnchor(childNode);

Package Sidebar

Install

npm i acquire-anchor

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • andrew_h