Community

Bootstrap carousel showing but not sliding

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 :)

The site for reference

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();
});
nobody click here