Add a 'return false;' to the callback function for your click event. This tells it not to perform the default action of clicking the <a> link.
On Mar 24, 3: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