-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Cloned Carousel unresponsive #4531
Labels
Comments
you'll have to reinitialize the carousel functionality on the cloned element |
This was referenced Mar 19, 2020
This was referenced May 30, 2021
This was referenced Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a bootstrap carousel inside an infinite slider (custom code). The way the infinite slider works is by cloning each element. When the element is cloned the carousel inside it stops working. I am using jquery deep clone to clone, events are no longer bound to the carousel after the clone takes place. Here is the code:
http://jsfiddle.net/skeri/yHZyu/3/
Is there a way to clone and still have the carousel function after?
The text was updated successfully, but these errors were encountered: