.addBack()
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
CARVIEW |
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
API changes in jQuery 1.8.0 dealt primarily with animations and the removal of some methods such as deferred.isResolved()
, deferred.isRejected()
, $.curCSS()
, $.attrFn()
, and $(element).closest(Array)
returning Array.
For more information, see the Release Notes/Changelog
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Utility method to filter and/or chain Deferreds.
Select the element at index n within the matched set.
Parses a string into an array of DOM nodes.
A Promise-like object (or “thenable”) that resolves when the document is ready.