Exemplo n.º 1
0
///<summary>
///Creates a new instance of RemoveClass
///</summary>
public RemoveClass(JsString selector, RemoveClassOptions options)
{
Selector = J(selector);
Selector.removeClass(options);
}
Exemplo n.º 2
0
 public static jQueryObject RemoveClass(this jQueryObject q, string className, RemoveClassOptions options)
 {
     return(null);
 }