// execute your scripts when DOM is ready. this is a good habit $(function() { // initialize scrollable $("div.scrollable").scrollable({ vertical:true, clickable: false, size: 3 // circular plugin }).circular().autoscroll(5000); });