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
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
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?
3 matches
Mail list logo