You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small issue with the carousel (v 2.0.2). The carousel doesn't automatically cycle once the web page is loaded. I first need to click on one of the control buttons (Previous or Next), then the cycling becomes automatic and continuous.
I have made my code almost identical to the code in the carousel docs. The only difference is I've added the 3 images to the carousel (hotlinked) code to show the example.
Tested in Firefox v11, Chrome v17, IE v9, and I'm using Jquery (v1.7.1) and 2.0.2 version of all the Bootstrap JS files.
I think the likely problem was that you were trying to call the carousel before the browser knew it could be called (meaning, it was before the Bootstrap JS was even loaded). I fixed up your example some and threw it up on a jsbin: http://jsbin.com/epovat.
I have a small issue with the carousel (v 2.0.2). The carousel doesn't automatically cycle once the web page is loaded. I first need to click on one of the control buttons (Previous or Next), then the cycling becomes automatic and continuous.
I have made my code almost identical to the code in the carousel docs. The only difference is I've added the 3 images to the carousel (hotlinked) code to show the example.
Tested in Firefox v11, Chrome v17, IE v9, and I'm using Jquery (v1.7.1) and 2.0.2 version of all the Bootstrap JS files.
JSFiddle code:
http://jsfiddle.net/kraigg/UGDUK/2/
It's really got me stumped! Would you be able to please have a look and see what I'm doing wrong?
The text was updated successfully, but these errors were encountered: