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
/
data
/
data.js
5 lines
(4 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
// Handle data-* attributes for the matched elements
u.
prototype
.
data
=
function
(
name, value
) {
return
this
.
attr
(name, value,
true
); };