I have added several div elements to a variable to cache them.
[
div#description.tab__content,
div#reviews.tab__content,
div#delivery.tab__content,
div#returns.tab__content,
]
Using jQuery how would I select the #description div from the array?
The ordering of the elements cannot be guaranteed.