I am currently experiencing a problem with the code found on http://jsfiddle.net/eSbps/.
This specific code pertains to a menu system that reveals second levels when hovering over the top levels, using slideDown('slow').
To prevent queuing effects, I have implemented stop(true, false)
.
The issue arises when hovering over it again, as the animation only resumes from where it was previously stopped.