.add()
Create a new jQuery object with elements added to the set of matched elements.
Create a new jQuery object with elements added to the set of matched elements.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Adds the specified class(es) to each element in 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. This is an AjaxEvent.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
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.
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 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.
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.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Selects all elements.
Add the previous set of elements on the stack to the current set.
Perform a custom animation of a set of CSS properties.
Select all elements that are in the progress of an animation at the time the selector is run.
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 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” event, or trigger that event on an element.
Bind an event handler to the “blur” event, or trigger that event on an element.
Selects all button elements and elements of type button.
Add a callback or a collection of callbacks to a callback list.
Disable a callback list from doing anything more.
Determine if the callbacks list has been disabled.
Remove all of the callbacks from a list.
Call all of the callbacks with the given arguments.
Determine if the callbacks have already been called at least once.
Call all callbacks in a list with the given context and arguments.
Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.
Lock a callback list in its current state.
Determine if the callbacks list has been locked.
Remove a callback or a collection of callbacks from a callback list.
Bind an event handler to the “change” event, or trigger that event on an element.
Bind an event handler to the “change” event, or trigger that event on an element.
Selects all elements of type checkbox.
Matches all elements that are checked or selected.
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.
Remove from the queue all items that have not yet been run.
Bind an event handler to the “click” event, or trigger that event on an element.
Bind an event handler to the “click” event, or trigger that event on an element.
Create a deep copy of the set of matched elements.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Select all elements that contain the specified text.
Get the children of each element in the set of matched elements, including text and comment nodes.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Bind an event handler to the “contextmenu” event, or trigger that event on an element.
Bind an event handler to the “contextmenu” event, or trigger that event on an element.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Add handlers to be called when the Deferred object is either resolved or rejected.
Add handlers to be called when the Deferred object is rejected.
Add handlers to be called when the Deferred object is resolved.
Add handlers to be called when the Deferred object is rejected.
Determine whether a Deferred object has been rejected.
Determine whether a Deferred object has been resolved.
Call the progressCallbacks on a Deferred object with the given args.
Call the progressCallbacks on a Deferred object with the given context and args.
Utility method to filter and/or chain Deferreds.
Add handlers to be called when the Deferred object generates progress notifications.
Return a Deferred’s Promise object.
Reject a Deferred object and call any failCallbacks with the given args.
Reject a Deferred object and call any failCallbacks with the given context and args.
Resolve a Deferred object and call any doneCallbacks with the given args.
Resolve a Deferred object and call any doneCallbacks with the given context and args.
Determine the current state of a Deferred object.