真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Jquery滾動(dòng)監(jiān)聽(tīng)以及導(dǎo)航


$(document).ready(function() {
    $(".nav_scroll_a").each(function() {
        $(this).click(function() {
            var index = $(this).index()
            window.scrollTo('y', $(".nav_scroll:nth-of-type(" + (index + 1) + ")").offset().top - 100)
            $(".nav_scroll_a").removeClass("active")
            $(this).addClass("active")
        });
    });
});

    
$(document).ready(function() {
    $(window).scroll(function() {
        for(var i = 0; i < $(".nav_scroll_a").length; i++) {
            if($(window).scrollTop() > $(".nav_scroll").eq(i).offset().top - 130) {
                $(".nav_scroll_a").removeClass("active")
                $(".nav_scroll_a").eq(i).addClass("active")
            }
        }
    });
});

網(wǎng)頁(yè)題目:Jquery滾動(dòng)監(jiān)聽(tīng)以及導(dǎo)航
文章路徑:http://weahome.cn/article/gsdioc.html

其他資訊

在線咨詢(xún)

微信咨詢(xún)

電話咨詢(xún)

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部