Scroll To Top When DIV Clicked? [closed]

2020-07-06 05:38发布

We all know that scroll to top with named anchors via HTML is possible but is it possible to scroll to the top when another HTML element is clicked that is not surrounded by tags? For instance, a DIV?

EDIT: Apologies all, I did not see this was a duplicate question. I did a search and didn't find anything.

7条回答
老娘就宠你
2楼-- · 2020-07-06 06:42

Yes it is possible, you should add event onclick to that element and use .scrollTop()

for more info see scrollTop

查看更多
登录 后发表回答