Quantcast
Viewing all articles
Browse latest Browse all 44

Answer by user3040610 for how to loop and autoanimate a content slider in jquery

Try this:

$('.next').click(function(){   $('div.slide').animate({      left: "-=800px"   }, 800, function() {      // Animation complete.   });});

Viewing all articles
Browse latest Browse all 44

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>