[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-11-07 Thread mrleesimpson
Thanks for this Ariel. Managed to get this working. On Oct 30, 9:10 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Try this plugin: > > http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Oct 30, 9:01 am, mrleesimpson <[EMAIL PRO

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread Ariel Flesler
Try this plugin: http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html -- Ariel Flesler http://flesler.blogspot.com On Oct 30, 9:01 am, mrleesimpson <[EMAIL PROTECTED]> wrote: > Hi, > > I'm fairly new to jQuery and having some problems with getting a > plugin to work with Wordpress. > >

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread mrleesimpson
Adexcube, Thanks for this but this still isn't working. I'm starting to think that I must be doing something super wrong. I have this: $('html, body').animate({scrollTop:0}, 'slow'); In the header of my theme. Is that correct? On Oct 30, 2:36 pm, adexcube <[EMAIL PROTECTED]

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread adexcube
Well I´m using this and it works fine $('html, body').animate({scrollTop:0}, 'slow'); Let me know if you have any issues On Oct 30, 11:01 am, mrleesimpson <[EMAIL PROTECTED]> wrote: > Hi, > > I'm fairly new tojQueryand having some problems with getting a > plugin to work with Wordpress. > >