UNPKG
istesequi
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Lightweight and intuitive javascript library
github.com/EulaBoyle/istesequi
EulaBoyle/istesequi
istesequi
/
src
/
plugins
/
is
/
is.js
5 lines
•
160 B
JavaScript
View Raw
1
2
3
4
5
// .is(selector)
// Check whether any of the nodes matches the selector
u.
prototype
.
is
=
function
(
selector
){
return
this
.
filter
(selector).
nodes
.
length
>
0
; };