$(function(){ var swiper = new Swiper('.slide-container', { slidesPerView: 3, loop: true, spaceBetween: 10, speed: 1000, //centeredSlides:true, pagination: { el: '.swiper-pagination', clickable: true, }, // navigation: { // nextEl: '.swiper-button-next', // prevEl: '.swiper-button-prev', // }, // autoplay: { // delay: 8000, // disableOnInteraction: false, //}, breakpoints: { 641: { spaceBetween: 30, }, } }); $( "#tabs" ).tabs( { active: 0 } //タブその2を指定 ); }); $(window).on('load',function(){ }); $(window).on('resize',function () { }); $(window).on('orientationchange', function(){ ; }); $(window).on('scroll',function () { });