Ejemplo n.º 1
0
 /// <summary>
 ///     Get all preceding siblings of each element up to but not including the element matched by the action, DOM node, or jQuery object.
 /// </summary>
 public static JquerySelectorExtend PrevUntil(this JquerySelectorExtend original)
 {
     return(original.PrevUntil(null));
 }