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'