Boostrap carousel

Permalink
Hi, I am trying to configure the bootstrap carousel. I do not want it to start automatically, so I tried this , but it does not work... is this wrong ?Many thanks

<script>$('.carousel').carousel({
interval: false
})
</script>