$(document).ready(function(){ $(".visual_slider").owlCarousel({ /*autoPlay: 3500, //Set AutoPlay to 3 seconds */ autoplay : true, items : 5, loop : true, navigation : true, dots : true }); });