.add()
Create a new jQuery object with elements added to the set of matched elements.
Create a new jQuery object with elements added to the set of 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.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector, in the reverse document order.
Search for a given element from among the matched elements.
Selects the combined results of all the specified selectors.
Perform a custom animation of a set of CSS properties.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
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.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Select the element at index n within the matched set.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Takes a function and returns a new one that will always have a particular context.
Display the matched elements.
Attach an event handler function for one or more events to the selected elements.
Adds the specified class(es) to each element in the set of matched elements.
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.
Hide the matched elements.
Wrap an HTML structure around each element in the set of matched elements.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.