[jQuery] Re: localScroll Problem

2008-02-12 Thread George GSGD
It would certainly help track down the problem if you listed which plugins you're using. Only thing I can see from what's been posted so far is that you've got "E.easing[...]". What're you using the E object for? It's telling you it can't find the easing function in E.easing On Feb 12, 12:49 pm,

[jQuery] Re: localScroll Problem

2008-02-12 Thread Ariel Flesler
I'm sure that code by itself would work. There's something else that needs to be affecting it. I'd say you should try removing different scripts to see if there's one messing things up. Also, if you are not using jQuery 1.2.3 and you can update, that could fix it. Cheers Ariel Flesler On 12 feb

[jQuery] Re: localScroll Problem

2008-02-12 Thread Sebastián V. Würtz
Ariel Flesler escribió: Hi Sebastian, that seems to be ScrollTo, not LocalScroll. The error you get is quite common and is related (obviously) to easing. Is that your full code ? aren't you specifying an easing equation ? have you added the easing plugin ? Do you have a demo of it ? so I can ch

[jQuery] Re: localScroll Problem

2008-02-12 Thread Ariel Flesler
Hi Sebastian, that seems to be ScrollTo, not LocalScroll. The error you get is quite common and is related (obviously) to easing. Is that your full code ? aren't you specifying an easing equation ? have you added the easing plugin ? Do you have a demo of it ? so I can check. Cheers Ariel Flesler