$(document).ready(function () { $(".imgbg img").each(function () { $(this).parents(".imgbg").css("background-image", "url(" + $(this).attr("src")+")"); }); }); $(document).ready(function () { var tabsSwiper = new Swiper('#tabs-container', { speed: 500, pagination: { el: '.swiper-pagination', clickable: true, }, autoplay:true, }) }); $(document).ready(function () { var swiper01 = new Swiper('#tabs-container02', { slidesPerView: 1, autoplay:true, slidesPerGroup : 1, navigation: { nextEl: '.arrow-right', prevEl: '.arrow-left', disabledClass: 'my-button-disabled', }, }); }); $(document).ready(function () { var swiper99 = new Swiper('#tabs-container99', { slidesPerView: 1, autoplay:true, loop : true, slidesPerGroup : 1, navigation: { nextEl: '.box-right', prevEl: '.box-left', }, }); }); $(document).ready(function () { var swiper88 = new Swiper('#tabs-container88', { slidesPerView: 1, autoplay:true, loop : true, slidesPerGroup : 1, navigation: { nextEl: '.box-right', prevEl: '.box-left', }, }); });