gpt4 book ai didi

jquery - 动画滚动到 div 内的散列不起作用

转载 作者:行者123 更新时间:2023-11-28 08:38:01 25 4
gpt4 key购买 nike

为什么只有当滚动是页面本身而不是在 div 中时才有效?我确实只是在没有动画的情况下移动到正确的位置。

$(document).ready(function(){

$('a[href^="#"]').on('click',function (e) {
e.preventDefault();

var target = this.hash;
var $target = $(target);

$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 5000, function () {
window.location.hash = target;
});
});
});

http://codepen.io/ilyador/pen/OPpWKd

最佳答案

将动画更改为包装类,就像您笔的这次更新一样 >> codePen << 改为

 $('.wrap').stop().animate({

关于jquery - 动画滚动到 div 内的散列不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27940369/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com