123456789101112 |
- $(function () {
- $(".header_root").load("./sections/comm/header.html");
- $(".footer_root").load("./sections/comm/footer.html");
-
- $(".header_root").data("nav_info", null);
- let mySwiper = new Swiper ('.home_swiper_container.swiper-container', {
- loop: true,
- autoplay: 5000,
-
- pagination: '.swiper-pagination'
- })
- });
|