$(function(){
$('.combosOuter .combosBox').each(function(i, ele) {
$(ele).owlCarousel({
dots: false,
responsive: {
0:{
items : 2,
margin: 12,
},
768:{
items : 3,
margin: 16,
},
1200:{
items : 4,
margin: 20,
},
1400:{
items : 5,
margin: 20,
},
},
nav: true,
navText: ['', ''],
});
})
});
// ==========================================================
// trigger function
// ==========================================================
;(function($, jQuery, window, document) {
$(window).trigger('resize')
})($, jQuery, window, document)