gpt4 book ai didi

javascript - 在可滚动的div angularjs中滚动到顶部

转载 作者:行者123 更新时间:2023-11-30 08:35:36 25 4
gpt4 key购买 nike

这个问题已经被问过很多次了,但大多数都没有得到回答,而且我尝试过的一些解决方案也没有奏效。

在我的页面(angularjs)中,只有它的左半部分是可滚动的,我把它放在一个 div 元素中。现在我如何在可滚动的 div 中实现滚动到顶部。

对于整个页面,我可以用下面的代码来完成

/** scroll to top function */
$scope.scrollToTop = function($var) {

$('html, body').animate({
scrollTop: 0
}, 'fast');
};

我如何修改它以便只有在左侧部分我们可以滚动到顶部

最佳答案

尝试像使用 class 或 id 那样做

$('sample').animate({
scrollTop:0
},'fast');

关于javascript - 在可滚动的div angularjs中滚动到顶部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31582347/

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