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