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)? -- David Duymelinck ________________ [EMAIL PROTECTED] _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/