.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.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Perform a custom animation of a set of CSS properties.
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.
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 specified element and/or return the value that was set.
Bind an event handler to the “focusout” JavaScript event.
Stop the currently-running animation on the matched elements.
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.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Reduce the set of matched elements to the one at the specified index.
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.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Remove elements from the set of matched elements.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
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.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.