Team:UNITN-Trento/JS/Gallery

From 2013.igem.org

Revision as of 13:58, 23 September 2013 by Ggirelli (Talk | contribs)

$(document).ready(function() { $('#jms-slideshow').jmslideshow();

$("#jms-slideshow .step").each(function() { img = $(this).css('background-image').split("\"")[1]; alert(img); }); });