[jQuery] Re: jCarousel External Control as Pagination

2009-08-05 Thread Gingah
hese lines ought to help > you. > > *$('#btn-show-next').click(function(){ >                 carousel.options.scroll = 5; >                 carousel.next(); >                 return false; >         });* > > post your code if you need more help. > > Jon > &

[jQuery] Re: Multiple external controls...

2009-08-04 Thread Gingah
Hi Karega, I realize it's been almost a month since your question, but for the archive, here is an answer: I accomplished using multiple carousels with a external control on each one by setting specific ID's for every part of the jQuery initalization. For example: function mycarousel_initCallba

[jQuery] jCarousel External Control as Pagination

2009-08-04 Thread Gingah
Hi there (tried posting this earlier without result), I have a couple of problems using jCarousel, and was hoping someone here might lead me to a solution. First of all, can I change the way the External Control function works? I am guessing that I "only" need to edit the javascript file, but hav

[jQuery] jCarousel External Control as Pagination

2009-08-04 Thread Gingah
Hi there, I have a couple of problems using jCarousel, and was hoping someone here might lead me to a solution. First of all, can I change the way the External Control function works? I am guessing that I "only" need to edit the javascript file, but having little knowledge of it, I chose not to.