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