Skip to content

npm-dom/siblings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

siblings

get siblings for a dom element, optionally filtered by a css selector

var siblings = require('siblings')  

siblings(el, '.foo') // gets all siblings of `el` that have class 'foo'

About

get siblings for an element, optionally filtered by a selector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published