jQuery.is Method (JsString)
Check the current matched set of elements against a selector and return true if at least one of these elements matches the selector.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public bool @is(JsString selector)
Parameters
selector
Return Value
Type: System.Boolean
|