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