Can I use a for loop in an .append() to make buttons/items?
I'm looking to dynamically (from data provided via whatever...jSon, XML, a static array, etc.) build a series of divs that in the end contain anchor tags (or buttons) with images inside of them. This is what I have so far:…