.addBack( [selector ] )Returns: jQuery
Description: Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
-
version added: 1.8.addBack( [selector ] )
- selectorType: SelectorA string containing a selector expression to match the current set of elements against.
-