[jQuery] Is there a Scroll-To feature in jQuery?
Hello all, I am interested in picking up jQuery and replacing my
current library, which is MooTools. In MooTools, there is an option
that allows you to smooth scroll to a certain div or element. Does
jQuery provide something similar to this?
I want to basically create a 1 page website with each div below the
other. When you click a navigation link, it will smooth scroll down to
that particular div. Is there built-in functionality for this?
Thanks!