Beispiel #1
0
 public jQuery Not(jQuery jquery)
 {
     return(new jQuery());
 }
Beispiel #2
0
 public jQuery PrependTo(jQuery content)
 {
     return(new jQuery());
 }
Beispiel #3
0
 public jQuery InsertAfter(jQuery content)
 {
     return(new jQuery());
 }
Beispiel #4
0
 public jQuery InsertBefore(jQuery content)
 {
     return(new jQuery());
 }
Beispiel #5
0
 public jQuery Append(jQuery content)
 {
     return(new jQuery());
 }