I am using this the jCarousel jQuery plugin.
How to change the click mode to automatically run mode?
The present scenario: when you click NEXT it shows the next three images.
When you click BACK it shows the previous three images.
I want to change this scenario to:
When it loads, the plugin should start running (image). I also need the NEXT and BACK button. When the user click the back button, then it should show the previous three images and run the image towards back.
Is it possible?
If you take a look at some of the other examples, you’ll notice: Carousel with autoscrolling.