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