.andSelf()
Add the previous set of elements on the stack to the current set.
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
jQuery 1.2 Release Notes
Add the previous set of elements on the stack to the current set.
Select all elements that are in the progress of an animation at the time the selector is run.
Get the children of each element in the set of matched elements, including text and comment nodes.
Execute the next function on the queue for the matched elements.
Determine whether any of the matched elements are assigned the given class.
Selects all elements that are headers, like h1, h2, h3 and so on.
Search for a specified value within an array and return its index (or -1 if not found).
Determine if the argument passed is a Javascript function object.
Convert an array-like object into a true JavaScript array.
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Get all following siblings of each element in the 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.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Show or manipulate the queue of functions to be executed on the matched elements.
Replace each target element with 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.
Encode a set of form elements as an array of names and values.
Stop the currently-running animation on the matched elements.
Execute all handlers attached to an element for an event.
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.