jQuery.next Method (JsString)
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery next(JsString selector)
Parameters
selector
Return Value
Type: SharpKit.jQuery.jQuery
|