$(document).ready(function(){ $("#owl-demo > .board_output > tbody > tr > td > table > tbody > tr").owlCarousel({ autoPlay: 3500, //Set AutoPlay to 3 seconds items : 3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,2], /* navigation: true, navigationText: ["",""] ,*/ pagination : false, navigation : true, navigationText : false, responsive : { 0 : { items :1, }, 768 : { items : 2, }, 1024 : { items : 3, } } }); });