[jQuery] Re: Changed attributes on . Now I get no event

2009-07-02 Thread Ricardo
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

[jQuery] Re: Changed attributes on . Now I get no event

2009-07-02 Thread expresso
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

[jQuery] Re: Changed attributes on . Now I get no event

2009-07-02 Thread expresso
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