.parents( [selector ] )Returns: jQuery
Description: Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
-
version added: 1.0.parents( [selector ] )
- selectorType: SelectorA string containing a selector expression to match elements against.
-