Carousel not autostarting
Permalink
Anyone has an idea as to why the carousel does not start automatically (you can check it live hostel-inn.com)
I tried putting this code
<script>
$(document).ready(function(){
$('.carousel').carousel();
});
</script>
It did work on some other pages but on this one it does not do the trick. ANy help is welcome. Many thanks
I tried putting this code
<script>
$(document).ready(function(){
$('.carousel').carousel();
});
</script>
It did work on some other pages but on this one it does not do the trick. ANy help is welcome. Many thanks