I\'m using bootstrap by Twitter\'s carousel (latest version) and I\'ve got it working - except that it doesn\'t begin to automatically slide. It works well after you\'ve cli
If it still is not working, look for potential errors in the browser's (firebug/chrome..) console.
For
Uncaught TypeError: Object # has no method 'carousel' (anonymous function) b.extend.ready jquery.min.js:29 u
Make sure:
Only one jQuery is included
Only one bootstrap-carousel.js or bootstrap.js is included.
jQuery is included first, then bootstrap-carousel.js or bootstrap.js, then $(document).ready( ...