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
/
is
/
is.js
5 lines
(4 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
// Check whether any of the nodes matches the selector
u.
prototype
.
is
=
function
(
selector
) {
return
this
.
filter
(selector).
length
>
0
; };