/ archiveofbelonging.org / back / node_modules / closest /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]component.json12 years ago244  
[   ]index.js12 years ago302  
[   ]package.json2 years ago1.3K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[TXT]README.md12 years ago733 f12eb36 documentaiton updates [كارل مبارك]
README.md

Closest

Similar to jQuery's $.fn.closest and $.fn.parents. Finds the closest parent that matches a selector.

Installation

$ npm install closest

API

closest(element, selector, checkSelf)

Example:

var closest = require('cosest');

closest(document.body, 'html') === document.documentElement
closest(document.body, 'body', true) === document.body
closest(document.documentElement, 'html') == null

License

MIT

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80