jQuery loop on carousel not working
Adding a loop option does not make my carosel loop!
`jQuery('#third-carousel').jcarousel开发者_如何学C({
vertical: true,
loop: true
});`
Using: /jquery/jquery-1.3.2.min.js
Carosel script:http://sorgalla.com/projects/jcarousel/lib/jquery.jcarousel.min.js
Can you help?
Looking at the documentation, the option is wrap
, not loop
.
wrap: 'circular'
精彩评论