-
Notifications
You must be signed in to change notification settings - Fork 35
Data
Alexey Kupriyanenko edited this page Apr 13, 2015
·
1 revision
key
A string naming the piece of data to set.
value
The new data value; this can be any Javascript type except undefined
.
obj
An object of key-value pairs of data to update.
Store arbitrary data associated with the matched elements.
key
A string naming the piece of data to set.
This signature does not accept any arguments.
Return the value at the named data store for the first element in the jBone collection, as set by data(name, value) or by an HTML5 data-* attribute.
key
A string naming the piece of data to delete.
Remove a previously-stored piece of data.