Hi All
I'd like to use Jquery to assign a div to a series of photos in my page content. With the current code, it just spits out three images in a single div, but i'd like to select each element and assign it, it's own unique div. Here's the page.
And the code
<section id="content" class="clearfix"><div id="collection"><div class="row products"><div class="product span4"><div class="image"> {{ page.content }}</div></div></div></div></section>
Any thoughts, ideas, or help would be greatly appreciated. Thanks in advance.