jQuery.closest Method (JsString, HtmlElement)
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, HtmlElement context)
Parameters
selector
context
Return Value
Type: SharpKit.jQuery.jQuery
|