UNPKG

@kickscondor/umbrellajs

Version:

Lightweight and intuitive javascript library

5 lines (4 loc) 150 B
// Travel the matched elements at the same level u.prototype.siblings = function (selector) { return this.parent().children(selector).not(this); };