I have a full screen background slideshow powered by the Backstretch script. I'm trying to create a caption for each slide and would like to display the information in
<span class="cap"></span>
inside of
<div class="caption"></div>
The span is part of a list that populates the slideshow and is hidden.
Here is a jsfiddle of what I have so far.
Thanks for any advice or help.