Let's create a JavaScript powered scroll to top function.
We will create a button that will sit at the right bottom of the page, and once we click ...
For further actions, you may consider blocking this person and/or reporting abuse
Easier method with no JS:
Add this right after the opening body tag:
For the scroll to top button use the code
No need to make the target tag an anchor, a hidden div is enough
Also add:
To make it smooth
The smooth behaviour is a welcome addition, I've wrote an article about this method as well: daily-dev-tips.com/posts/plain-htm...
A Codepen will help a lot!
Hey Mubashir, In this article you will find a Codepen. daily-dev-tips.com/posts/plain-htm...
Thank you for the post... It was helpful
Thanks man, glad it helped! 🤟
it's not work in hash spa mode (like site.com/#read/35)
Hey Zen, I do indeed think the Hash needs to be in the end for the browser to understand
Hey Easrng, I've wrote an article about this function as well today: daily-dev-tips.com/posts/plain-htm...
Yes, aware of this, super solution as well.
I will do another article about this way. There are just so many ways of doing the same thing really :D