So I have some fields like this:
[1] [2] [3] with attributes: name=item1,item2,item3 and class = item
What I want to do is get all three fields into an array:
so:
array = [1,2,3];
Is there a way to do this using the unique class attribute: "item" ?