[jQuery] Re: scrollto and jumping

2009-03-28 Thread kevinm
Turns out I had something else impacting the click. so put a preventDefault() (had the return false already) and that cured it. On Mar 26, 9:39 am, Ariel Flesler wrote: > In case James comment doesn't do for you, please provide a demo. > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Ma

[jQuery] Re: scrollto and jumping

2009-03-26 Thread Ariel Flesler
In case James comment doesn't do for you, please provide a demo. -- Ariel Flesler http://flesler.blogspot.com On Mar 24, 11:27 pm, kevinm wrote: > I have a vertical scrolliing area and inside the first area I have an > link that when clicked calls scrollto to scroll the main vertical > area. >

[jQuery] Re: scrollto and jumping

2009-03-24 Thread James
Add a 'return false;' to the callback function for your click event. This tells it not to perform the default action of clicking the link. On Mar 24, 3:27 pm, kevinm wrote: > I have a vertical scrolliing area and inside the first area I have an > link that when clicked calls scrollto to scroll