trsvax / tapestry-bootstrap

Tapestry module for Twitter Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to trigger carousel?

ojwes opened this issue · comments

I tried, but it doesn't work...

$(function() {
    $('.carousel').carousel({
        interval : 3000
    })
})