UNPKG
@kickscondor/umbrellajs
Version:
latest (3.1.2)
3.1.2
3.1.1
Lightweight and intuitive javascript library
umbrellajs.com
kickscondor/umbrella
@kickscondor/umbrellajs
/
src
/
plugins
/
siblings
/
siblings.js
5 lines
(4 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
// Travel the matched elements at the same level
u.
prototype
.
siblings
=
function
(
selector
) {
return
this
.
parent
().
children
(selector).
not
(
this
); };