.each item in .data storage

.each item in .data storage

Hi all, Is it possible to use an .each statement to iterate through items stored using .data? I iterated through a list and stored the data in a div using .data but would like to retrieve it via an .each Even better, should I write my list output to an array that I could run an .each against. Any help/examples are appreciated! Kelly