jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 734 forks source link

Autoscroll #791

Closed ajgor11 closed 8 years ago

ajgor11 commented 8 years ago

Hi, i'm using feature slider

https://github.com/jsor/jcarousel/tree/91b1616fab0e3dfbdb8f39e42f39c48cbe6000d6/examples/feature_slider

It's work perfectly, but i can't install autoscroll:

My Code: `jQuery(function() {

$('#mycarousel') .jcarousel({ start: 5, scroll: 1, wrap: 'circular' }) .jcarouselAutoscroll({ interval: 1000 }); });`

When I change jcarousel.min to jcarousel script stop working.

Can you help me?

jsor commented 8 years ago

The example is for version 0.2 which isn't compatible with the latest 0.3.