Reputation:
I have unlimited number of
<div class="item-1">text</div>
<div class="item-2">text</div>
<div class="item-3">text</div>
<div class="item-4">text</div>
<div class="item-5">text</div>
...
I want to search for all the available div
and store them in an array with jQuery.
Upvotes: 0
Views: 52