
‘Scroll to Top’ button controls are a great addition for pages with a lot of content and blogs with long posts.
In this post you will find seven jQuery solutions which allow your visitors to smoothly scroll right to the top of a page, making your website more user friendly.
The topLink jQuery plugin developed by David Walsh, allows you to fade in a “to the top” link when the users scrolls down on the page.

This tutorial will help you build a scroll to top link, that appears when the user scrolls down, and disappears when users reach the top of the page using a combination of CSS and jQuery.

Here’s a simple Scroll to Top button that hovers in the bottom right corner of your screen. he code is largely adapted from Brian Cray and David Walsh, but it’s a combination of the two ideas with the addition of a fade effect on the button and smooth scrolling action.

Here’s an unobtrusive, easy-to-install, jQuery script that adds a fading scroll to top link with animated scrolling. the script degrades gracefully, leaving nothing but a normal <a href > link.

Inspired by the great idea of David Walsh’s jQuery topLink Plugin, Matt Varone made a similar plugin but with two key differences, this one does not require you to add extra html markup or extra plugins to function. It will only work when JavaScript is turned on.

This script displays a stationary control at the lower right corner of the window that when clicked on gently scrolls the page back up to the top. Instead of always being visible on the user’s screen, the script lets you specify how far down the page the user is at (in pixels) before revealing the control.

Starting from the smooth scroll script developed by Ariel Flesler, Mogosanu Bogdan has built a plugin for WordPress. In the settings page of the plugin, you can customize the css, the fading speed and the minimum height in pixels before revealing the control.
Use Google translator service to translate this page from romanian to your preffered language.

A HP0-S26 braindump helps realize your dream of success with minimum effort. Just download 646-046 dump, study it and pass your 646-563 in first shot guaranteed.
great jquery solutions,thanks.
great job! thanks for sharing!
Great Designs. Nice Share. A Great Help…
superb designs.
Nice share – I was looking for a plugin for wordpress
I was looking for some jquery scroll plugins, and these are PERFECT!
perfecto guys!
Nice share thnx a lot!
These plugins are really helpful. I learned so much from these links. Thank you admin for making this list. It’s so great.
Brilliant smooth scroll solutions!
Very nice collection. Brilliant job!
I used David Walsh’s plugin in my recent web project. It is perfect:)
Thanks for your job!
I was looking for a good “scroll to top” jquery- plugin. Now i got one.
Thanks for sharing!
thanks for sharing! I have used David Walsh’s plugin for my website
Here’s the lightest i’ve found:
JS:
$(document).ready(function(){
$(‘a[href=#top]‘).click(function(){ $(‘body’).animate({scrollTop:0}, ’400′); return false; });
});
HTML:
top
No fancy disapearing button but for a permanent link in the footer and the animation you cant beat that size.
Forgot to mention that you gotta have jquery included in your site.
And the html code disapeared in my previous post but it goes like this without the :
a name=”top” /a
a href=”#top” top /a
Hi there, thanks for this article – exactly what I have been looking for, and some really nice examples too.
However, I feel you left a very good example out – which is the one used in this post on your site – I think it’s slick and works very well!
Thanks,
David
its been a long time iam searching searching for a tutorial like this. Just amazing… Thanks a lot
This article was of great use, thank you ever so much.
jQuery is great and useful thanx for sharing your work guys
Hi there good guys of the web.. your “Scroll to Top of Page” isn’t working on the lower right.. with recent version of Google Chrome…
My favorite is number 3.. Great effect!
Thanks for sharing, i will apply to the website
These are some awesome jquery scrollers. Thanks!
Thanks for your awesome script… i will try it now on my projects Thanks..
Have a look too at this new template – Slidexy – we’ve put together: http://www.tallhat.com/templates/slidexy/ – it uses jQuery and also is responsive as it also presents the same content well on iPhone and iPad.