jQuery.filter Method (JsString)
Reduce the set of matched elements to those that match the selector or pass the function's test.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery filter(JsString selector)
Parameters
selector
Return Value
Type: SharpKit.jQuery.jQuery
|