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 <afles...@gmail.com> wrote: > In case James comment doesn't do for you, please provide a demo. > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Mar 24, 11:27 pm, kevinm <sonicd...@gmail.com> wrote: > > > I have a vertical scrolliing area and inside the first area I have an > > <a> link that when clicked calls scrollto to scroll the main vertical > > area. > > > What is happening is that the link is jumping to the link, then it > > scrolls. > > > Any thoughts > > > Thanks > > Kevin