.add()
Add elements to the set of matched elements.
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
jQuery 1.4 Release Notes.
Add elements to the set of matched elements.
Adds the specified class(es) to each of the set of matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Attach a handler to an event for the elements.
Remove from the queue all items that have not yet been run.
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 value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
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.
Set a timer to delay execution of subsequent items in the queue.
Remove the set of matched elements from the DOM.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Reduce the set of matched elements to the first in the set.
Bind an event handler to the “focusin” event.
Bind an event handler to the “focusout” JavaScript event.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Search for a given element from among the matched elements.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Check to see if a DOM element is a descendant of another DOM element.
Store arbitrary data associated with the specified element and/or return the value that was set.
Check to see if an object is empty (contains no enumerable properties).
Check to see if an object is a plain object (created using “{}” or “new Object”).
An empty function.
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
Takes a function and returns a new one that will always have a particular context.
Reduce the set of matched elements to the final one in the set.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Remove elements from the set of matched elements.
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.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Remove an attribute 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.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Retrieve all the DOM elements contained in the jQuery set, as an array.
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 switch argument.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
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.
Wrap an HTML structure around the content of each element in the set of matched elements.