[jQuery] Re: bind eventhandler after animation finished

2009-01-24 Thread maggus.st...@googlemail.com
hi stephan, ahh ok, thx for pointing to the callbacks... soo if i can't solve the problem this way how to handle it? thank you, markus On 24 Jan., 14:32, Stephan Veigl wrote: > First of all, slideUp(speed, callback) and slideDown(speed, callback) > have callback functions which are called onc

[jQuery] Re: bind eventhandler after animation finished

2009-01-24 Thread Stephan Veigl
First of all, slideUp(speed, callback) and slideDown(speed, callback) have callback functions which are called once the animation is finished. (see http://docs.jquery.com/Effects/slideDown#speedcallback -> examples) But I'm not sure if this really solves your problem. If you bind the mouseleave e