jQuery – prevAll() Method
The prevAll() method returns all previous sibling elements of the selected element.
The prevAll() method returns all previous sibling elements of the selected element.
The prevUntil() method returns all previous sibling elements between the selector and stop.
The siblings() method returns all sibling elements of the selected element.