Possible Duplicate:
jQuery scroll To Element
Basically, I want my user to be instantly scroll down to a specific anchor tag just like they do with a hashtag. However, I can’t use a hashtag and therefore want to scroll them down using javascript (preferably jquery).
Any thoughts on how to do this?
This will jump instantly to the element matched by
$(selector):If you want a fluid animation: