[jQuery] How to get these two slide show to alternate?????

2009-12-22 Thread Rick Faircloth
Ok.I've been banging my head and Google long enough. I've got two cycle plug-ins running, trying to get them to display the first image (working), wait 3 seconds (slideshow1), change slideshow1 image, wait 3 seconds, change slideshow2 image, wait 3 seconds change slideshow1 image, etc. J

Re: [jQuery] How to get these two slide show to alternate?????

2009-12-23 Thread Leonardo Balter
first you forgot a "{" in the first cycle, maybe you already noticed this. Second, trying to help you: why don't you try to use for both slideshows a delay of 3000ms but a timeout of 3 secs in the first and 6 secs in the other one. This make the right magic for you? 2009/12/23 Rick Faircloth >

RE: [jQuery] How to get these two slide show to alternate?????

2009-12-23 Thread Rick Faircloth
[mailto:jquery...@googlegroups.com] On Behalf Of Leonardo Balter Sent: Tuesday, December 22, 2009 11:14 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] How to get these two slide show to alternate? first you forgot a "{" in the first cycle, maybe you already noticed this. Second,