How do I scroll to the top of the page using JavaScript? The scrollbar instantly jumping to the top of the page is desirable too as I\'m not looking to achieve smooth scroll
You could simply use a target from your link, such as #someid, where #someid is the div's id.
Or, you could use any number of scrolling plugins that make this more elegant.
http://plugins.jquery.com/project/ScrollTo is an example.