Sry, hit the send-button too eatly. You also have to to replace the line priv.buttons(true, false);
with priv.buttons(true, priv.o.wrap); Jan Jan Sorgalla wrote: > > Hi, > > try that (untested): > > Replace the line > > priv.scroll(priv.first - priv.o.itemScroll); > > with > > priv.scroll((priv.o.wrap && priv.first == 1) ? priv.size - > priv.o.itemVisible + 1 : priv.first - priv.o.itemScroll); > > Jan > -- View this message in context: http://www.nabble.com/Make-jCarousel-Loop--tf2668238.html#a7565852 Sent from the jCarousel mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
