I want to add an autoplay from my slider jquery section. What can i do this ?
I have a next & a prev button but I want to add an auto-play and also when mouse ho
I found the solution with this code:
$(function(){ setInterval(function () { moveRight(); }, 3000); });