/// <summary>
 ///     Get all following siblings of each element up to but not including the element matched by the action, DOM node, or
 ///     jQuery object passed.
 /// </summary>
 public static JquerySelectorExtend NextUntil(this JquerySelectorExtend original)
 {
     return(original.NextUntil(null));
 }