Closed jackpilowsky closed 10 years ago
There is a problem with the sample installation code for the Autoscroll Plugin:
$('.jcarousel') .jcarousel({ // Core configuration goes here }) .jcarouselAutoscroll({ interval: 3000, target: '+=1', autostart: true }); }); // This is the problem line
The las '});' is out of place.
Fix in 656564d12e1fea29f425925a2c0d0b68c1a3d862, thanks!
There is a problem with the sample installation code for the Autoscroll Plugin:
The las '});' is out of place.