I have some code here: http://jsfiddle.net/zkRq2/2/ that I am having issues with. If you go into the link area the div below will slide down just like it is supposed to. The issue happens when you go from the link area then into the sliding down div area too fast. When that happens the slideDown starts happening continuously. Does anyone know how to fix this?
I have some code here: http://jsfiddle.net/zkRq2/2/ that I am having issues with. If you
Share
you need to tell jQuery to start the animation only if no current animation is running on the element:
jsFiddle: http://jsfiddle.net/zkRq2/4/