Add-on Back To Bottom Button

I don't understand the point. The point of a "back to top" button is that you were already there. If you just open a website and it says "back to bottom" it doesn't make sense since I was never at the bottom?
 
I don't understand the point. The point of a "back to top" button is that you were already there. If you just open a website and it says "back to bottom" it doesn't make sense since I was never at the bottom?

I want a button that scrolls you to the bottom.

I have this

ewJAk4r.png


I want a bottom button below it.
 
Ok, I get the concept. I don't get the point. Going back top is useful, going to the footer of a page -- not so much.

This can be accomplished with this though.

Code:
<a href="#" onclick="$('html, body').animate({ scrollTop: $(document).height()},'slow');">Scroll To Bottom</a>

You can do the styling and everything.
 
Top Bottom