Scroll to the top of the page using JavaScript?

后端 未结 30 1483
借酒劲吻你
借酒劲吻你 2020-11-22 03:18

How do I scroll to the top of the page using JavaScript? The scrollbar instantly jumping to the top of the page is desirable too as I\'m not looking to achieve smooth scroll

30条回答
  •  一个人的身影
    2020-11-22 03:43

    You can try using JS as in this Fiddle http://jsfiddle.net/5bNmH/1/

    Add the "Go to top" button in your page footer:


    Just some basic footer text.

    Go Top

提交回复
热议问题