[jQuery] Re: jCarousel External Control as Pagination

2009-08-05 Thread Jon Banner
without seeing your code it's a bit of guess work... you could try this use the callback function initCallback assuming that you are showing 5 items and your external control has id = btn-show-next, attaching an event something along these lines ought to help you.

[jQuery] Re: jCarousel External Control as Pagination

2009-08-05 Thread Gingah
After very much hassling google, I found the answer to my first question to be: carousel.scroll(9) Basically, to go to image-element number 9, I would need to pass that into a button. Much simpler than I had expected, and it works just as hoped. To the harder issue; replacing the External