When the user clicks a button, I want his browser to automatically scroll to an <a> with a certain href (let’s call it “abc”). Ideally the scrolling would be nicely animated in some way.
When the user clicks a button, I want his browser to automatically scroll to
Share
Give a look to the jQuery.scrollTo plugin.
With that plugin you could simply: