.animate()
Perform a custom animation of a set of CSS properties.
Perform a custom animation of a set of CSS properties.
Show or manipulate the queue of functions to be executed on the matched element.
Show or manipulate the queue of functions to be executed on the matched elements.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Adjust the opacity of the matched elements.
Display the matched elements by fading them to opaque.
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.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Selects all elements that are the nth-child of their parent.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Hide the matched elements by fading them to transparent.
Takes a function and returns a new one that will always have a particular context.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Iterate over a jQuery object, executing a function for each matched element.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.