/// <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)); }