e aí cara, já vi teu site por aí :)

change the line that reads

$(this).attr({width: 100, height: 75});

to

$(this).stop().attr({width: 100, height: 75});

When you click on a thumbnail, it resizes the image and starts the
animation, but the 'click' event is still bound to it. It does
everything it has to do (including resizing the image) but you need to
tell jQuery to stop the current slideDown animation.

abraço
- ricardo

On Sep 25, 12:18 pm, Maujor <[EMAIL PROTECTED]> wrote:
> I am experiencing an undesirable behavior when click on an object
> while it is sliding down.
> I hosted a test case and you can see the problem 
> at:http://www.maujor.com/temp/jquery/
> Thanks for any help

Reply via email to