How to prevent repeated jQuery object animation and jquery object Animation
How to prevent repeated jQuery object animation execution:
Many friends may encounter this problem. If the mouse moves in consecutively, the animation may be executed multiple times if there is an animation effect triggered by the mouseover event, this situation is probably not what we want. Next we will introduce how to prevent this phenomenon.
The Code is as follows:
If (! $ (". Content"). is (": animated") {// code}
The code above is to determine whether the specified element is in the animation. If it is not in the animation, the response is executed.
Related reading:
1. For information about the is () function, see the is () method section of jQuery.
2. For details about the animated selector, see the "animated selector" section in jQuery.
The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 13442.
For more information, see: http://www.softwhy.com/jquery/