.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.
Translate all items in an array or object to new array of items.
Wrap an HTML structure around the content of each element in the set of matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Wrap an HTML structure around all elements in the set of matched elements.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Add handlers to be called when the Deferred object is resolved.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
The DOM element that initiated the event.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Attach a handler to an event for the elements.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
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.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Display or hide 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.
Merge the contents of two or more objects together into the first object.