ryrych / rcarousel

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

When calling the rcarousel functions more than once #58

Open blpraveen opened 11 years ago

blpraveen commented 11 years ago

I tried to use the slide at more than one time . It is not working when calling second instance.. What is wrong with the code.

davirs commented 11 years ago

I have the same problem... this carousel not works with more then one instance of carousel. for example, if you have 3 carousels at your page, only the first carousel works. The other two execute the commands of the first instance only.. prev and next button for example...

rajanRawat commented 11 years ago

that is beacuase in the CSS and javascripts they use id's as "#carousel".

try changing all such instances into classes ".carousel". It should work then.