jQuery.closest Method (JsString)
Get the first ancestor element that matches the selector, beginning at the current element and progressing up through the DOM tree.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery closest(JsString selector)
Parameters
selector
Return Value
Type: SharpKit.jQuery.jQuery
|