.fadeTo()
Adjust the opacity of the matched elements.
Adjust the opacity of 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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Perform a custom animation of a set of CSS properties.
Show or manipulate the queue of functions to be executed on the matched element.
Iterate over a jQuery object, executing a function for each matched element.
Attach an event handler function for one or more events to the selected elements.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Show or manipulate the queue of functions to be executed on the 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.
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.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
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.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
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, counting from the last element to the first.
Selects all elements that are the nth-child of their parent.
Takes a function and returns a new one that will always have a particular context.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Hide the matched elements by fading them to transparent.