javascript - Bootstrap carousel start on load with wordpress -
i have used twitter bootstrap on handbuilt sites , carousel start cycling on load. however, using wordpress theme , can't life of me figure out how start cycling. carousel works wont cycle on load
http://drdavidpier.koding.com/lauras-wordpress/
i have tried adding in various bits of script related carousel('cycle') , interval methods bootstrap docs nothing seems change.
if can me on please let me know should amend/add script.
thanks in advance!
this should job:
jquery('#mycarousel').carousel({ interval: 2000 })
but i've noticed ready event isn't working , code doesn't executed. please try replace scripts.js code this , tell me if it's working.
edit:
basically did replacing $
jquery
, change of code structure.
Comments
Post a Comment