.add()
Add elements to the set of matched elements.
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
jQuery 1.0 Release Notes.
Add elements to the set of matched elements.
Adds the specified class(es) to each of the set of matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Selects all elements.
Perform a custom animation of a set of CSS properties.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert every element in the set of matched elements to the end of the target.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Selects elements that have the specified attribute with a value containing the a given substring.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Insert content, specified by the parameter, before each element in the set of matched elements.
Attach a handler to an event for the elements.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Selects all button elements and elements of type button.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Selects all elements of type checkbox.
Matches all elements that are checked.
Selects all direct child elements specified by “child” of elements specified by “parent”.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements with the given class.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Create a deep copy of the set of matched elements.
Get the value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Selects all elements that are descendants of a given ancestor.
Selects all elements that are disabled.
Iterate over a jQuery object, executing a function for each matched element.
Selects all elements with the given tag name.
Remove all child nodes of the set of matched elements from the DOM.
Select all elements that have no children (including text nodes).
Selects all elements that are enabled.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Select the element at index n within the matched set.
Bind an event handler to the “error” JavaScript event.
Selects even elements, zero-indexed. See also odd.
If this method is called, the default action of the event will not be triggered.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
The DOM element that initiated the event.
Describes the nature of the event.
Display the matched elements by fading them to opaque.
Hide the matched elements by fading them to transparent.
Adjust the opacity of the matched elements.
Selects all elements of type file.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Selects the first matched element.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Retrieve the DOM elements matched by the jQuery object.
Select all elements at an index greater than index within the matched set.
Selects elements that have the specified attribute, with any value.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Selects all elements that are hidden.
Hide the matched elements.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Selects a single element with the given id attribute.
Selects all elements of type image.
Search for a given element from among the matched elements.
Selects all input, textarea, select and button elements.
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements before the target.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Perform an asynchronous HTTP (Ajax) request.
Deprecated in jQuery 1.3 (see jQuery.support). States if the current page, in the user’s browser, is being rendered using the W3C CSS Box Model.
Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Merge the contents of two or more objects together into the first object.
Load data from the server using a HTTP GET request.
Load JSON-encoded data from the server using a GET HTTP request.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Translate all items in an array or object to new array of items.
Merge the contents of two arrays together into the first array.
Relinquish jQuery’s control of the $ variable.
Load data from the server using a HTTP POST request.
Remove the whitespace from the beginning and end of a string.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Selects the last matched element.
The number of elements in the jQuery object.
Load data from the server and place the returned HTML into the matched element.
Bind an event handler to the “load” JavaScript event.
Select all elements at an index less than index within the matched set.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Matches elements that match all of the specified attribute filters.
Selects the combined results of all the specified selectors.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Remove elements from the set of matched elements.
Selects all elements that do not match the given selector.
Selects odd elements, zero-indexed. See also even.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Select all elements that that have at least one child node (either an element or text).
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Selects all elements of type password.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert every element in the set of matched elements to the beginning of the target.
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
Add a collection of DOM elements onto the jQuery stack.
Selects all elements of type radio.
Specify a function to execute when the DOM is fully loaded.
Remove the set of matched elements from the DOM.
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.
Selects all elements of type reset.
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Selects all elements that are selected.
Encode a set of form elements as a string for submission.
Display the matched elements.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Return the number of elements in the jQuery object.
Display the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Selects all elements of type submit.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Selects all elements of type text.
Display or hide the matched elements.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
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.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Remove a previously-attached event handler from the elements.
Bind an event handler to the “unload” JavaScript event.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Selects all elements that are visible.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Wrap an HTML structure around each element in the set of matched elements.