jQuery(function() { jQuery('.rotate div').hide(); jQuery('.rotate div:first').show(); setInterval(function() { jQuery('.rotate div:first-child').fadeOut().hide().next('div').fadeIn().end().appendTo('.rotate'); }, 10000); });
0 件のコメント:
コメントを投稿