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.parentNode;
>
>         $(this).cycle({
>                 fx:             'scrollHorz',
>                 speed:  'slow',
>                 timeout: 0,
>                 next:   $('a.next-image', p)
>         });
>
> });


That looks like it should work, assuming you have an anchor with a
"next-image" class within the gallery parent.  Can you post a link?

Reply via email to