Jquery animation query bubbling how to handle it properly when using ex. slideToggle???
- by vanjadjurdjevic
Hello,
I need an answer to the following question... I have the problem when I use slideToggle I can't handle it's animation query with .stop(), i can handle it with .stop(true,true) though but it cuts my animation. I want to handle it smoothly without any plugins for example :
I want it to wait till the animation finishes.
Thanks