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