tadam logo
Did you find an error in the text?
Select this with mouse and press
Ctrl + Enter
Xhtml.co.il Check Spelling
Orphus system

Version 1.2

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:

Returns: jQuery
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.
Returns: jQuery
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.
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.
Returns: jQuery
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Returns: jQuery
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Merge the contents of two or more objects together into the first object.
Returns: Object
Get the current coordinates of the first element in the set of matched elements, relative to the document.
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.
Returns: jQuery
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Returns: Array
Show the queue of functions to be executed on the matched elements.
Returns: jQuery
Replace each target element with the set of matched elements.
Replace each element in the set of matched elements with the provided new content.
Encode a set of form elements as an array of names and values.
Returns: jQuery
Stop the currently-running animation on the matched elements.
Execute all handlers attached to an element for an event.
Returns: jQuery
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?
   

Comments