$(function () { $(document).ready(function () { var _w = $(window).width(); var xlx = { init: function () { switch (jsFun) { case 'home': xlx.homePage(); break; } }, homePage: function () { let mySwiper1 = new Swiper('#banner', { autoplay: { delay: 7000, stopOnLastSlide: false, disableOnInteraction: true, }, speed: 1000, loop: true, paginationClickable: true, autoplayDisableOnInteraction: false, touchMoveStopPropagation: false, pagination: { el: '#banner .swiper-pagination', clickable: true, }, }); }, }; $(function () { jsFun = $("#js").attr('page'); xlx.init(); }); $('.sponeul li i').height($('.sponeul li i').width()); $('.spthree_img').height($('.spthree_img').width()); $('#nav .submenu').parent().prepend(''); $("#nav .icon-right").on('click', function () { $(this).siblings('.submenu').slideToggle('slow'); $(this).toggleClass('active'); }); $('.nbtn').click(function () { $('#nav > ul').slideToggle(); }) }) });