How to get on top of the Everest
jQuery - Back To Top by Igloo
jQuery Back To Top is a jQuery plugin that allows you to easily and quickly get an element able to let users go back to the top of the page with one click.
Launching the plugin on an element, it will be shown when the user scrolls down and it will be hidden when the user returns to the top of the page.
No configuration needed.
It has been tested and works on Firefox, Chrome and IE7+.
Please, send us a feedback.
Code
<script type="text/javascript" src="js/jquery.backtotop.js"></script>
<script type="text/javascript">
$("#back-to-top").backToTop();
</script>