deferred.rejectWith()
Reject a Deferred object and call any failCallbacks with the given context and args.
Reject a Deferred object and call any failCallbacks with the given context and args.
Selects all elements of type file.
Selects all elements of type radio.
Show or manipulate the queue of functions to be executed on the matched elements.
Selects element if it is currently focused.
Specify a function to execute when the DOM is fully loaded.
Remove the set of matched elements from the DOM.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get the closest ancestor element that is positioned.
Selects odd elements, zero-indexed. See also :even.
Selects all elements that do not match the given selector.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Selects all elements of type password.
The DOM element that initiated the event.
The element where the currently-called jQuery event handler was attached.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.