$(document).ready(function(){ $(".banner_slider").owlCarousel({ /*autoPlay: 3500, //Set AutoPlay to 3 seconds */ autoplay : true, items : 6, itemsDesktop : [1199,3], itemsDesktopSmall : [979,2], loop : true, /* navigation: true, navigationText: ["",""] ,*/ dots : false, navigation : true, navText : false, }); });