Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When calling the rcarousel functions more than once #58

Open
blpraveen opened this issue Jan 15, 2013 · 2 comments
Open

When calling the rcarousel functions more than once #58

blpraveen opened this issue Jan 15, 2013 · 2 comments

Comments

@blpraveen
Copy link

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
Copy link

davirs commented May 6, 2013

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants