Skip to content
Advertisement

Bootstrap Carousel Transitions and Prev/Next Buttons Not Working

I’m trying to implement the twitter bootstrap carousel, and it’s not working – it doesn’t switch images automatically, AND the previous/next buttons don’t work.

I’ve tried switching to jquery 1.7.1 as suggested on Bootstrap Carousel Not Automatically Sliding and Bootstrap Carousel Not working, but nothing seems to help.

Any ideas would be appreciated.

JavaScript

You can view it and its linked files at www.abbymilberg.com/bootstrap.

Advertisement

Answer

You should include bootstrap.js after you include jquery.js:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement