gpt4 book ai didi

javascript - 使用链接在div内滚动div?

转载 作者:行者123 更新时间:2023-12-02 18:23:40 27 4
gpt4 key购买 nike

当点击链接时,我想滚动到基于 div 的 id 的顶部位置...如果单击旁边的链接,则 div id“ltv”移动/滚动到顶部..

这是我的照片来描述我的目的 enter image description here

如果有人知道如何做到这一点,或者能给我一个好的起点,我将不胜感激。

谢谢

最佳答案

你可以试试这个:

$('.links').click(function()
{
$('html, body').animate({ scrollTop: $('.section').eq($(this).index()).offset().top }, 1000);
})

http://jsfiddle.net/5nTVn/

关于javascript - 使用链接在div内滚动div?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18586819/

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