.parentsUntil( [selector ] [, filter ] )Returns: jQuery
Description: Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
-
version added: 1.4.parentsUntil( [selector ] [, filter ] )
- selectorType: SelectorA string cont
-