Re: [jQuery] Viewport Scroll

2009-12-16 Thread Richard D. Worth
See http://flesler.blogspot.com/2007/10/jqueryscrollto.html - Richard On Tue, Dec 15, 2009 at 2:42 PM, Wroathe 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

Re: [jQuery] Viewport Scroll

2009-12-15 Thread brian
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 wrote: > Hi there! > > I'm using jQuery to load in some content from a separate page and I > was wondering if ther

[jQuery] Viewport Scroll

2009-12-15 Thread Wroathe
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?