[jQuery] Re: Cycle Plugin - multiple instances on same page?

2008-07-16 Thread Mike Alsup
> > > Any way to have several slideshows on the same page, each with their > > > own independent navigation (prev/next), without giving them unique > > > ids? > > > > Couldn't get this working: > > > > $('.gallery').each(function() { > > > >         var p = this.parentNode; > > > >         $(this)

[jQuery] Re: Cycle Plugin - multiple instances on same page?

2008-07-16 Thread wdm
On Jul 16, 2:29 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > On Jul 15, 4:22 pm, wdm <[EMAIL PROTECTED]> wrote: > > > > > Any way to have several slideshows on the same page, each with their > > own independent navigation (prev/next), without giving them unique > > ids? > > > Couldn't get this work

[jQuery] Re: Cycle Plugin - multiple instances on same page?

2008-07-16 Thread Mike Alsup
On Jul 15, 4:22 pm, wdm <[EMAIL PROTECTED]> wrote: > Any way to have several slideshows on the same page, each with their > own independent navigation (prev/next), without giving them unique > ids? > > Couldn't get this working: > > $('.gallery').each(function() { > >         var p = this.parent