| CARVIEW |
Version 1.4
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
-
.add()
Miscellaneous TraversingAdd elements to the set of matched elements.
-
.addClass()
Attributes, CSS, Class AttributeAdds the specified class(es) to each of the set of matched elements.
-
.after()
DOM Insertion, OutsideInsert content, specified by the parameter, after each element in the set of matched elements.
-
.append()
DOM Insertion, InsideInsert content, specified by the parameter, to the end of each element in the set of matched elements.
-
.before()
DOM Insertion, OutsideInsert content, specified by the parameter, before each element in the set of matched elements.
-
.bind()
Event Handler AttachmentAttach a handler to an event for the elements.
-
.clearQueue()
New in 1.4! Custom, Data, UtilitiesRemove from the queue all items that have not yet been run.
-
.closest()
Tree TraversalGet the first element that matches the selector, beginning at the current element and progressing up through the DOM tree.
-
jQuery.contains()
New in 1.4! UtilitiesCheck to see if a DOM node is within another DOM node.
-
.css()
CSS, Style PropertiesGet the value of a style property for the first element in the set of matched elements.
-
.data()
Data StorageStore arbitrary data associated with the matched elements.
-
jQuery.data()
Data, UtilitiesStore arbitrary data associated with the specified element.
-
.delay()
New in 1.4! CustomSet a timer to delay execution of subsequent items in the queue.
-
.detach()
New in 1.4! DOM RemovalRemove the set of matched elements from the DOM.
-
.first()
New in 1.4! FilteringReduce the set of matched elements to the first in the set.
-
.focusin()
New in 1.4! Keyboard Events, Mouse EventsBind an event handler to the "focusin" JavaScript event.
-
.focusout()
New in 1.4! Keyboard Events, Mouse EventsBind an event handler to the "focusout" JavaScript event.
-
.has()
New in 1.4! FilteringReduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
-
.html()
Attributes, DOM InsertionGet the HTML contents of the first element in the set of matched elements.
-
.index()
DOM Element MethodsSearch for a given element from among the matched elements.
-
jQuery.isEmptyObject()
New in 1.4! UtilitiesCheck to see if an object is empty (contains no properties).
-
jQuery.isPlainObject()
New in 1.4! UtilitiesCheck to see if an object is a plain object (created using "{}" or "new Object").
-
jQuery()
CoreAccepts a string containing a CSS selector which is then used to match a set of elements.
-
.last()
New in 1.4! FilteringReduce the set of matched elements to the final one in the set.
-
.nextUntil()
New in 1.4! Tree TraversalGet all following siblings of each element up to but not including the element matched by the selector.
-
jQuery.noop()
New in 1.4! UtilitiesAn empty function.
-
.offset()
CSS, Offset, Style PropertiesGet the current coordinates of the first element in the set of matched elements, relative to the document.
-
jQuery.param()
Collection Manipulation, Forms, Helper FunctionsCreate a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
-
.parentsUntil()
New in 1.4! Tree TraversalGet the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector.
-
.prepend()
DOM Insertion, InsideInsert content, specified by the parameter, to the beginning of each element in the set of matched elements.
-
.prevUntil()
New in 1.4! Tree TraversalGet all preceding siblings of each element up to but not including the element matched by the selector.
-
jQuery.proxy()
New in 1.4! Event Handler Attachment, UtilitiesTakes a function and returns a new one that will always have a particular context.
-
.removeAttr()
Attributes, General AttributesRemove an attribute from each element in the set of matched elements.
-
.removeClass()
Attributes, CSS, Class AttributeRemove a single class, multiple classes, or all classes from each element in the set of matched elements.
-
.replaceWith()
DOM ReplacementReplace each element in the set of matched elements with the provided new content.
-
.text()
Attributes, DOM Insertion, Inside, General AttributesGet the combined text contents of each element in the set of matched elements, including their descendants.
-
.toArray()
New in 1.4! DOM Element MethodsRetrieve all the DOM elements contained in the jQuery set, as an array.
-
.toggleClass()
Attributes, CSS, Class AttributeAdd or remove a class from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
-
.unwrap()
New in 1.4! DOM Insertion, Around, DOM RemovalRemove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
-
.val()
Attributes, Forms, General AttributesGet the current value of the first element in the set of matched elements.
-
.wrap()
DOM Insertion, AroundWrap an HTML structure around each element in the set of matched elements.
-
.wrapAll()
DOM Insertion, AroundWrap an HTML structure around all elements in the set of matched elements.
-
.wrapInner()
DOM Insertion, AroundWrap an HTML structure around the content of each element in the set of matched elements.
jQuery API
-
Keyboard navigation now available! Use up, down, tab, shift+tab, shift+upArrow and enter to navigate.
Browse the jQuery API
© 2010 The jQuery Project
Sponsored by Media Temple and others.
