2.0.1 • Published 8 years ago

anima-data v2.0.1

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
8 years ago

data


data module from zepto.


data

data(name) ⇒ value data(name, value) ⇒ self

Read or write data-* DOM attributes. Behaves like attr, but prepends data- to the attribute name.

When reading attribute values, the following conversions apply: v1.0+

  • “true”, “false”, and “null” are converted to corresponding types;
  • number values are converted to actual numeric types;
  • JSON values are parsed, if it’s valid JSON;
  • everything else is returned as string.
2.0.1

8 years ago

1.0.0

8 years ago

1.0.1

8 years ago

1.0.2

8 years ago

1.0.3

8 years ago