jQuery.parentsUntil Method (JsString)
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery parentsUntil(JsString selector)
Parameters
selector
Return Value
Type: SharpKit.jQuery.jQuery
|