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