gpt4 book ai didi

javascript - WordPress 滚动评论

转载 作者:行者123 更新时间:2023-12-03 06:45:40 25 4
gpt4 key购买 nike

在 WordPress 中,当发布评论时,页面会刷新并滚动到评论,但我需要做的是 jquery 自动将滚动动画设置到该评论。问题是,当我从 url 获取哈希并找到带有该 Id 的注释时,它显示它的位置是 0,但事实并非如此。

var hash, hash_s;
if( window.location.hash ) {
hash = $( '#' + window.location.hash.substring( 1 ) );

if( hash ) {
hash_s = hash.position( ).top;
console.log( hash_s );

body.animate( { scrollTop: hash_s }, 600 );
}
}

console.log( hash_s ) outputs value 0

最佳答案

尝试offset hash.offset( ).top; 获取相对于文档的值

关于javascript - WordPress 滚动评论,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37745618/

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