deferred.isRejected()
Determine whether a Deferred object has been rejected.
Determine whether a Deferred object has been rejected.
Takes a function and returns a new one that will always have a particular context.
Determine whether a Deferred object has been resolved.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Bind an event handler to the “keydown” 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.
Load data from the server and place the returned HTML into the matched elements.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Select all elements at an index less than index within the matched set.
Select the element at index n within the matched set.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Iterate over a jQuery object, executing a function for each matched element.
Select all elements that have no children (including text nodes).
Remove the whitespace from the beginning and end of a string.
Reduce the set of matched elements to the one at the specified index.
Add handlers to be called when the Deferred object is either resolved or rejected.
Return a number representing the current time.
Determine the internal JavaScript [[Class]] of an object.
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.