Do a check when you reach the end and then add new items, that way you
preload the images and the next/prev buttons stay enabled. See the
"circular carousel" example:
http://sorgalla.com/projects/jcarousel/examples/special_circular.html
On Jul 2, 5:23 pm, expresso wrote:
> for the JCarousel (ht
one more time:
jQuery(document).ready(function()
{
$('#mycarousel').jcarousel({
itemLoadCallback: mycarousel_itemLoadCallback,
buttonNextCallback: mycarousel_nextItemCallback
});
});
On Jul 2, 3:23 pm, expresso wrote:
> for the JCarousel (http://sorg
posting error, should be itemLoadCallback:
mycarousel_nextItemLoadCallback which is what I have currently.
On Jul 2, 3:23 pm, expresso wrote:
> for the JCarousel (http://sorgalla.com/projects/jcarousel/), I
> attempted to keep my next button enabled. Currently, it only becomes
> enabled if you
3 matches
Mail list logo