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...
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
A Codepen will help a lot!