ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
171 stars 48 forks source link

Not able to use the 3 carousels on a single page #29

Closed dlamichhane closed 12 years ago

dlamichhane commented 12 years ago

I didn't find the way to set in the javascript, so that i can use more than 1 carousel in a single page.

ryrych commented 12 years ago

it is possible: examples → multiple carousels

hielkehoeve commented 12 years ago

The multiple carousels example have auto = true set, they cannot be scrolled by clicking.

if auto = false is set, or auto is not set, one cannot use multiple carousels because all carousels will scroll at once and together.

ryrych commented 12 years ago

That’s true provided that all carousels’ navigation option point to the same class or id.

hielkehoeve commented 12 years ago

i cant think of any case where the css class of the next or prev elements are unique for each carousel. That would be impossible to style using css.

i found that it is possible to use the options to tell the carousel which specific next or prev it should listen to, i just did not expect it to be required...