It makes no difference at all.
Could it be an issue related to selectors (and not strictly related to
animate()) only affecting Webkit?
It seems like the animation is being run "properly" but not to the proper
DOM element.
Instead the animation seems to be applied to first child of the animated
el
Instead of animating to {"width":"0px"} what happens if you animate to
{"width":"hide"} (you can remove the callback then, as well).
--John
On Sun, Apr 5, 2009 at 12:10 AM, Julián Landerreche wrote:
>
> Hi John,
> thanks for your quick reply.
>
> I've tested with the nightly build, but it see
Hi John,
thanks for your quick reply.
I've tested with the nightly build, but it seems the issue is still
there.
You can check it here:
http://test.rudysmusic.com/electric-guitars/new/?jquery=1.3.2-nightly
If there is something else I can do, don't hesitate to ask me. Also,
I'm currently on #jq
Could you test with a nightly? It's likely that this was already fixed.
http://code.jquery.com/nightlies/jquery-2009-03-26.js
--John
On Sat, Apr 4, 2009 at 11:38 PM, Julián Landerreche wrote:
>
> Hi again,
>
> this bug seems to affect just Webkit (Safari/Chrome) browsers.
> The thing have bee