I experienced similar problems last night but didn't have time to put
together a simple example test page... Not sure what but something
definitely appeared to be wrong.

On Wed, October 11, 2006 9:56 am, David Duymelinck wrote:
> I've downloaded the uncompressed 1.0.2 version rev 413 and i experienced
> a few problems with the hide, show, animate functions
>
> $(img).siblings("img:visible").animate({opacity:'hide'},
> anitime).end().animate({opacity:'show'}, anitime);
>
> This code works fine in firefox and IE using the packed 1.0.1 rev 249
> jquery code but in the latest version the image shows once but after
> that it doesn't anymore.
>
> I've tried $(img).siblings("img:visible").hide().end().show(); and that
> worked but
> $(img).siblings("img:visible").hide('slow').end().show('slow'); doesn't.
> And it has the same behaviour as animate.
>
> Is there a change in the code or am i doing it wrong (again)?
>


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to