At the bottom of my scrollable page I got a button "back to top" and I am unsure about just using href="#"
for doing that job. I know about some functions/scripts solving the same too, but I am very attracted to that very easy way.
So my question is: What are the concrete disadvantages or dangers of using href="#"
if it's about the scrolltotop-job?