Posted by Drupalicious on November 12, 2012 at 4:20pm
I am building a drupal site in bootstrap and I'm trying to implement a carousel on the front page, it displays correctly but does not seem to slide. Now, I'm quite the novice and i'm sure its something that i've missed. I notice that the bootstrap example talks about calling javascript but I'm not sure how to do this in drupal.
Please help :)
Comments
you have no js being called
you have no js being called on the element
you would typically have something like:
$(document).ready(function() {$('#myCarousel').carousel();
});
---------
My Blog | Void Menu | Tweetpack