setInterval(function(){ $('#carousel img:last-child, #testimonials blockquote:last-child') .fadeOut(1e3, function(){ $(this).prependTo(this.parentNode).show() }); }, 5e3);
No comments:
Post a Comment