Jquery平滑滚动不喜欢ID中的句点

时间:2014-12-03 21:57:20

标签: jquery

只是想知道在ID中使用句点的最佳解决方案是什么?现在,使用句点时向下滚动不起作用,例如#d.en.111

jQuery(document).ready(function($) {
    $(".scroll").click(function(event){ 
            event.preventDefault();
        $('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
    });
});

0 个答案:

没有答案