Ejemplo n.º 1
0
 /// <summary>
 ///     Get all following siblings of each element in the set of matched elements, optionally filtered by a action.
 /// </summary>
 public static JquerySelectorExtend NextAll(this JquerySelectorExtend original)
 {
     return(original.NextAll(null));
 }