Team:UNITN-Trento/JS/Gallery
From 2013.igem.org
$(document).ready(function() { $('#jms-slideshow').jmslideshow();
$("#jms-slideshow .step").each(function() { img = $(this).css('background-image').split("\"")[1];
$(".container .sheet").append("<img src='"+img+"' />
");
}); });