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, 10:49, "Sebastián V. Würtz" <[EMAIL PROTECTED]> wrote:
> 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 check.
> > Cheers
>
> > Ariel Flesler
>
> > On 12 feb, 09:58, "Sebastián V. Würtz" <[EMAIL PROTECTED]> wrote:
>
> >> im trying to use the localScroll pluginh in many ways :)
> >> but i receive this error when i click
>
> >>                 $("#comentar").click(function(){
> >>                     $.scrollTo( '-=900', 300 );
> >>                     return false;
> >>                 });
>
> >> E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")]
> >> is not a function
> >> E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")]
> >> is not a function
> >> E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")]
> >> is not a function
> >> E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")]
> >> is not a function
>
> >> (latest lib for all)
>
> im using a lot of jquery scripts in one new proyect, for now i cant
> upload all because have a big database, is a news system, btw im not
> using easing plugin, but i try with it and still the same, im so close
> to finish with it so i have many many questions :)
>
> thx for now- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Reply via email to