Miscellaneous
.data()
Store arbitrary data associated with the matched elements.
.data()
Returns value at named data store for the first element in the jQuery collection, as set by data(name, value).
.each()
Iterate over a jQuery object, executing a function for each matched element.
.get()
Retrieve the DOM elements matched by the jQuery object.
.index()
Search for a given element from among the matched elements.
.jQuery.noConflict()
Relinquish jQuery's control of the $ variable.
.jQuery.param()
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
.removeData()
Remove a previously-stored piece of data.
.size()
Return the number of elements in the jQuery object.
.toArray()
Retrieve all the DOM elements contained in the jQuery set, as an array.