This snippet allows one to use an animated scroll-to-anchor effect on any page.
Download it here: Simple Scroller
Instructions on how to use this snippet can be found here: Scroll to Anchors With jQuery.
Simple Scroller Snippet's User Rating:
Below is some example code for an anchor and a div. When the anchor is clicked, the page would scroll to the top of the div.
<a href="#X">Scroll to Point X</a>
Page content would be in between these two elements...
<div id="X">Point X</div>
•
I'd really appreciate it!
•
