Showing posts with label scrollTop. Show all posts
Showing posts with label scrollTop. Show all posts

Thursday, 18 April 2013

jQuery: scroll to the top, to a specific container and to the bottom of a page

   


Some time ago I wrote an article where we discussed how to use JavaScript to create a smooth scroll to the top of the page.
Today we are going to see how to do it with jQuery, and we are going to do it in order to scroll to the top of the page and even to the bottom of the page. After that we are going to create a simple jQuery function that will scroll to a specific element of the page.

Interested? Ok... follow me.