[jQuery] Re: cycle plugin: rotation from outside elements

2008-06-09 Thread Mike Alsup
Yes. http://www.malsup.com/jquery/cycle/pager3.html On Jun 9, 4:21 am, "tsvika solan" <[EMAIL PROTECTED]> wrote: > Hi, > > haven't had a chance to try it until now, and it seems to work, thanks! > > Another sort of off the topic question: > > would it be possible to use a pre-rendered ul as the

[jQuery] Re: cycle plugin: rotation from outside elements

2008-06-09 Thread tsvika solan
Hi, haven't had a chance to try it until now, and it seems to work, thanks! Another sort of off the topic question: would it be possible to use a pre-rendered ul as the pager? For example, I have a div containing the images, and a ul already on the page with the corresponding number of list ite

[jQuery] Re: cycle plugin: rotation from outside elements

2008-05-19 Thread Mike
> I think this might be related to the pagerAnchorBuilder being called > multiple times (each time the slideshow is hidden and then reopened). What > can be done about this? Yeah, since you regenerate the pager controls each time startSlideShow is run you should add this before calling cycle: $(

[jQuery] Re: cycle plugin: rotation from outside elements

2008-05-19 Thread tsvika solan
Thanks for the quick response! I implemented what you suggested, and now the correct image is displayed when the slideshow is shown, however, I am having an issue with my pager. It works the first time, but once the slideshow is shown a second time, the pager thumbnails do not function until I cli

[jQuery] Re: cycle plugin: rotation from outside elements

2008-05-18 Thread Mike
> I am using the cycle plugin for an image gallery with thumbnails as my > 'pager' and it's working quite great. However, on the page that opens > up my slideshow I have a little 'sample' or 'preview' containing four > selected images from the images inside the slideshow. Is there any way > to set