.toggleClass()
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.
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.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Hide the matched elements.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Merge the contents of two or more objects together into the first object.
Attach an event handler function for one or more events to the selected elements.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Create a new jQuery object with elements added to the set of matched elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Selects all elements that are the nth-child of their parent.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the 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.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Display or hide the matched elements with a sliding motion.
Display the matched elements with a sliding motion.