⟩ How to get a set of elements containing the unique previous siblings of each of the matched set of elements using jQuery?
The prev( [selector] ) method gets a set of elements containing the unique previous siblings of each of the matched set of elements.