Carousel - Swiper de Elementor

PHOTO EMBED

Sat Aug 05 2023 14:49:40 GMT+0000 (Coordinated Universal Time)

Saved by @rstringa

<script>
jQuery(document).ready(function ($) {
  $(window).on("load", function () {
 
function getSwiperInstance() {
        var swiperTarget = $('.slider-puntsdeventa .swiper');
        return swiperTarget.data('swiper');
     }
     

$('.slider-puntsdeventa .btn-prev').on('click', function() {
   
   getSwiperInstance().slidePrev(500, true);
   
});
$('.slider-puntsdeventa .btn-next').on('click', function() {

  getSwiperInstance().slideNext(500, true);
 
});
 
  });    
});
</script>    
content_copyCOPY