.data()
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Attach an event handler for all elements which match the current selector, now and in the future.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Selects even elements, zero-indexed. See also :odd.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Select all elements that are in the progress of an animation at the time the selector is run.
Select all elements that have at least one child node (either an element or text).
Add handlers to be called when the Deferred object is either resolved or rejected.
Selects the last matched element.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Selects odd elements, zero-indexed. See also :even.
Get the children of each element in the set of matched elements, including text and comment nodes.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Determine whether a Deferred object has been resolved.
Hide the matched elements by fading them to transparent.
Reduce the set of matched elements to the first in the set.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Specify a function to execute when the DOM is fully loaded.
Bind an event handler to the “error” JavaScript event.
Remove event handlers previously attached using .live() from the elements.