All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
jQuery source files version 1.2:
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.
Returns:
jQuery
Get the children of each element in the set of matched elements, including text nodes.
Execute the next function on the queue for the matched elements.
Returns:
Boolean
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.
Returns:
Number
Search for a specified value within an array and return its index (or -1 if not found).
Returns:
Boolean
Determine if the argument passed is a Javascript function object.
Returns:
Array
Convert an array-like object into a true JavaScript array.
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.
Returns:
Object
Merge the contents of two or more objects together into the first object.
Get the current coordinates of the first element in the set of matched elements, relative to the document.
Returns:
String
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
Returns:
Object
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 the queue of functions to be executed on the matched elements.
Returns:
jQuery
Replace each target element with the set of matched elements.
Returns:
jQuery
Replace each element in the set of matched elements with the provided new content.
Returns:
Array
Encode a set of form elements as an array of names and values.
Stop the currently-running animation on the matched elements.
Returns:
Object
Execute all handlers attached to an element for an event.
Wrap an HTML structure around all elements in the set of matched elements.
Returns:
jQuery
Wrap an HTML structure around the content of each element in the set of matched elements.
Was this information helpful?

