.removeClass()
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Remove a single class, multiple classes, or all classes from each 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.
Iterate over a jQuery object, executing a function for each matched element.
Show or manipulate the queue of functions to be executed on the matched elements.
Show or manipulate the queue of functions to be executed on the matched element.
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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
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.
Sorts a jQuery object of DOM elements, in place, with the duplicates removed. Note that this only works on jQuery objects consisting of DOM elements, not strings or numbers.
Takes a function and returns a new one that will always have a particular context.
Hide the matched elements by fading them to transparent.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
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.
Display the matched elements by fading them to opaque.
Attach an event handler function for one or more events to the selected elements.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Display the matched elements.
Perform a custom animation of a set of CSS properties.