There are probably more than one way to do this with jQuery but a straight JS way would be to do:
document.location = '#id_of_your_element'; On Tue, Dec 15, 2009 at 2:42 PM, Wroathe <reallyto...@gmail.com> wrote: > Hi there! > > I'm using jQuery to load in some content from a separate page and I > was wondering if there was a way to make the browser viewport scroll > down to the element I'm adding in by using jQuery or Javascript? >