jQuery.hasClass Method (JsString)
Determine whether any of the matched elements are assigned the given class.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public bool hasClass(JsString className)
Parameters
className
Return Value
Type: System.Boolean
|