///<summary>
///Creates a new instance of AddClass
///</summary>
public AddClass(JsString selector, AddClassOptions options)
{
Selector = J(selector);
Selector.addClass(options);
}
Exemple #2
0
 public static jQueryObject AddClass(this jQueryObject q, string className, AddClassOptions options)
 {
     return(null);
 }