.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.
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.
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.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
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.
Display the matched elements.
Select the element at index n within the matched set.
Attach an event handler function for one or more events to the selected elements.
Takes a function and returns a new one that will always have a particular context.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Adds the specified class(es) to each element in the set of matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Wrap an HTML structure around the content of each element 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.