Team:UNITN-Trento/JS/Team
From 2013.igem.org
$(document).ready(function() { $( '#jms-slideshow' ).jmslideshow();
$img = $('#jms-slideshow .image img') alt = $img.attr('data-alt'); src = $img.attr('src'); $img.fadeOut('fast', function() { $img.attr('src',alt); $img.attr('data-alt',src); $img.fadeIn(); }); });