I can't imagine this bug still exists in jQuery 1.1.4.

Firefox firebug output:

----------
jQuery.easing[options.easing] is not a function
z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum-
firstNum, options.durations);

jquery.js (line 5214)
----------

Help! What should I do now?


On Aug 17, 11:42 am, "Joan Piedra" <[EMAIL PROTECTED]> wrote:
> Hey Nazgulled,
> I got the same problem a while ago, dunno how but I did fixed it.
> Maybe you could take a look at the site and see if it can helps 
> you.http://www.justaquit.com/
>
> Cheers,
>
> On 8/6/07, Nazgulled <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Anyway, I'm not going to use this effect because stupid IE7 and Opera9
> > makes the text all jaggy (not anti-aliased) when fading the div
> > element... This sucks!!!
>
> > On Aug 7, 1:45 am, Nazgulled <[EMAIL PROTECTED]> wrote:
> > > I opted by patching my version, thank you. And yes, I was using jquery
> > > 1.1.3.1. :)
>
> > > On Aug 6, 11:50 pm, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote:
>
> > > > You're definitely not the first to experience that bug[1]. The good
> > news is
> > > > that it's been fixed in SVN[2]. The bad news is that the fix happened
> > after
> > > > jQuery 1.1.3.1 was released, so you have a couple options (I'm
> > assuming
> > > > you're using 1.1.3.1 here):
>
> > > > A) Revert to jQuery 1.1.2
> > > > B) Patch your version jQuery so that it includes the fix[2]
>
> > > > [1] Seehttp://dev.jquery.com/ticket/1396
> > > > [2]http://dev.jquery.com/changeset/2423
>
> > > > On 8/6/07, Nazgulled <[EMAIL PROTECTED]> wrote:
>
> > > > > It doesn't matter... even if I set it to 0 or 0.0, the same thing
> > > > > happens. Any reason why and any solution?
>
> > > > > On Aug 6, 9:30 pm, "Mitchell Waite" <[EMAIL PROTECTED]> wrote:
> > > > > > Is "hide" a legal keyword for opacity?
>
> > > > > > -----Original Message-----
> > > > > > From: jquery-en@googlegroups.com [mailto:
> > [EMAIL PROTECTED] On
>
> > > > > > Behalf Of Nazgulled
> > > > > > Sent: Monday, August 06, 2007 11:25 AM
> > > > > > To: jQuery (English)
> > > > > > Subject: [jQuery] Fading element opacity problem using Interface
> > FX!!!
>
> > > > > > What's the problem? Why does A work and B doesn't?
> > > > > > A: $(this).animate({ color: '#ff0000' }, 200);
> > > > > > B: $('div#cpblock').animate({opacity: "hide"}, 3000);
>
> > > > --
> > > > Aaron Heimlich
> > > > Web Developer
> > > > [EMAIL PROTECTED]://aheimlich.freepgs.com
>
> --
> Joan Piedra || Frontend webdeveloperhttp://joanpiedra.com/

Reply via email to