예제 #1
0
 public jqElementEvent(jqSelector Object)
 {
     this.jqId = Object;
     this.events = new List<jqEvents>();
 }
예제 #2
0
 public jqElementEvent(jqSelector Object)
 {
     this.jqId   = Object;
     this.events = new List <jqEvents>();
 }