Version 1.2.3
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
Release Notes: 1.2.1, 1.2.2, 1.2.3.
-
.data()
Store arbitrary data associated with the matched elements.
-
jQuery.data()
Store arbitrary data associated with the specified element. Returns the value that was set.
-
.removeData()
Remove a previously-stored piece of data.
-
jQuery.removeData()
Remove a previously-stored piece of data.