Hello,

I'm still pretty new to JQuery and I need to figure out how to loop
over a json array and assign the array values to each of a list of
divs. What I need to do is fill each filmstrip-cell with an image tag
and set the source to the current value in the array. The array
contains urls for each of 35 images.

My code is similar to:

<div id="filmstrip" class="filmstrip">
   <div id="1" class="filmstrip-cell"
   </div>
  <div id="2" class="filmstrip-cell"
   </div>
  <div id="3" class="filmstrip-cell"
   </div>
  <div id="4" class="filmstrip-cell"
   </div>
   ...
  <div id="35" class="filmstrip-cell"
   </div>
</div>


-- 
If you ask me if it can be done. The answer is YES, it can always be
done. The correct questions however are... What will it cost, and how
long will it take?

Reply via email to