==================================== 123456789101112 $(".navbar-item").on("click", "li > a", function(){ // 激活态 $(".navbar-item ul a").removeClass("active"); $(this).addClass("active"); var href = $(this).attr("href"); if (href.substring(href.length - 1) != "#") { var pos = $(href).offset().top; $("html,body").animate({scrollTop: pos}, 300); return false; }}); 赞微海报分享
近期评论