Twitter Bootstrap Version: 2.0.3
Example HTML code:
Apart from what @dgabriel suggests, do make sure that the JavaScript call that initializes Bootstrap carousel is AFTER the references to jQuery, bootstrap-transition.js, and bootstrap-carousel.js, pretty much like this:
This makes sure that the carousel works as intended (errors like Uncaught ReferenceError: $ is not defined (anonymous function) for example.