(function ($, Drupal, settings) { "use strict"; Drupal.behaviors.frontproduct15 = { attach: function (context) { $(context) .find(".front-product15 .product-top-ban .owl-carousel").once("front-product15").each(function (){ var caseowl = $('.front-product15 .product-top-ban .owl-carousel').owlCarousel({ loop: true, autoplayTimeout: 2000, autoplay: false, dotsEach: 1, nav: false, dots:false, margin: 0, autoplayHoverPause:true, responsive: { 0: { items: 1, }, 1024: { items: 1, }, 1200: { items: 1, }, } }); $('.front-product15 .left-btn').on('click', function () { caseowl.trigger('prev.owl.carousel'); }); $('.front-product15 .right-btn').on('click', function () { caseowl.trigger('next.owl.carousel'); }); }) } }; }) (jQuery, Drupal, drupalSettings);