(function () { 'use strict'; // swiper with navigation var swiper = new Swiper(".swiper-related-jobs", { navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, loop: true, autoplay: { delay: 1500, disableOnInteraction: false, } }); })();