jQuery.closest Method (jQuery)
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(jQuery jqueryObject)
Parameters
jqueryObject
Return Value
Type: SharpKit.jQuery.jQuery
|