Can I loop through divs w/ same class & apply unique id to each?
I have a set of divs that share a class name, but have no individual id. The order in which they show up in html is important and must be preserved. I need to be able to loop through the…