ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 解決中 / 官方已回 JS代碼報錯模板系統故障 3 0

因為兩段js代碼,報錯如圖所示



js代碼如下:

<script type="text/javascript">
        TouchSlide({
            slideCell: "#focus",
            titCell: ".hd ul", //開啟自動分頁 autoPage:true ,此時設置 titCell 為導航元素包裹層
            mainCell: ".bd ul",
            effect: "leftLoop",
            autoPlay: true, //自動播放
            autoPage: true, //自動分頁
            delayTime:500,
            interTime:3500
        });
    </script>



<script>
$('.news_tab li').mouseover(function (){$(this).addClass("on").siblings().removeClass("on");$(".news").eq($('.news_tab li').index(this)).show().siblings(".news").hide();});

$(".nav h2").click(function(){
$(".nav_sub").slideToggle("slow");
});
$(".share_btn").click(function(){
$(".share").slideToggle("slow");
});
$(".bds_more").click(function(){
$(".bdshare_popup_box").css("display","none");
});
})
</script>
解決方案