I have a bootstrap website (http://jalvirtual.org/en) with a carousel integrated in. Now when i applied the code i expected the images to slide but they they didnt i tried using this activation method:
$('.carousel').carousel({
interval: 2000
})
However that didn't work. Now it only works when the user presses the arrow radios. That is quite inconvenient for most users.
Hey
I have a bootstrap website (http://jalvirtual.org/en) with a carousel integrated in. Now when i applied the code i expected the images to slide but they they didnt i tried using this activation method:
However that didn't work. Now it only works when the user presses the arrow radios. That is quite inconvenient for most users.
Thanks
I assume you have included the carousel js activation code in your site. It doesn't work 'out of the box'.
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/twitter-bootstrap-101-the-carousel/?search_index=1
Also, you seem to be calling two different versions of jQuery in your head section.
Thanks it worked!