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.4

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.4:

Returns: jQuery
Adds more elements, matched by the given expression, to the set of matched elements.
Returns: jQuery
Adds the specified class(es) to each of the set of matched elements.
Returns: jQuery
Insert content, specified by the parameter, after each element in the set of matched elements.
Returns: jQuery
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Returns: jQuery
Insert content, specified by the parameter, before each element in the set of matched elements.
Returns: jQuery
Attach a handler to an event for the elements.
Returns: jQuery
Remove from the queue all items that have not yet been run.
Returns: jQuery
Get the first element that matches the selector, beginning at the current element and progressing up through the DOM tree.
Check to see if a DOM node is within another DOM node.
Returns: String
Get the value of a style property for the first element in the set of matched elements.
Returns: jQuery
Store arbitrary data associated with the matched elements.
Returns: jQuery
Set a timer to delay execution of subsequent items in the queue.
Returns: jQuery
Remove the set of matched elements from the DOM.
Returns: jQuery
Reduce the set of matched elements to the first in the set.
Returns: jQuery
Bind an event handler to the "focusin" JavaScript event.
Returns: jQuery
Bind an event handler to the "focusout" JavaScript event.
Returns: jQuery
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Returns: String
Get the HTML contents of the first element in the set of matched elements.
Returns: Number
Search for a given element from among the matched elements.
Check to see if an object is empty (contains no properties).
Check to see if an object is a plain object (created using "{}" or "new Object").
Returns: jQuery
Accepts a string containing a CSS selector which is then used to match a set of elements.
Returns: jQuery
Reduce the set of matched elements to the final one in the set.
Returns: jQuery
Get all following siblings of each element up to but not including the element matched by the selector.
An empty function.
Returns: jQuery
Remove elements from the set of matched elements.
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.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector.
Returns: jQuery
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Returns: jQuery
Get all preceding siblings of each element up to but not including the element matched by the selector.
Takes a function and returns a new one that will always have a particular context.
Returns: jQuery
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.
Returns: String
Get the combined text contents of each element in the set of matched elements, including their descendants.
Returns: Array
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.
Returns: jQuery
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Returns: String, Array
Get the current value of the first element in the set of matched elements.
Returns: jQuery
Wrap an HTML structure around each element in the set of matched elements.
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