jQuery.closest Method (JsArray)
Gets an array of all the elements and selectors matched against the current element up through the DOM tree.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public JsArray closest(JsArray selectors)
Parameters
selectors
Return Value
Type: SharpKit.JavaScript.JsArray
|