By mswatcher
via recentsolutions.net
Submitted: Feb 14 2013 / 11:21
When content of a web page exceeds and visitors scroll down the web page, then having a button to smooth scroll to the top of the page is a good idea. jQuery scroll function made it very easy to create a such a button just by writing a few lines of code. jQuery scroll function is checking if the document is scrolled and is greater than a given value, then show the scroll to top button, if the page is not scrolled or scrolled to the top of the page, then hide the button.
Add your comment