javascript Programming Glossary: animationcomplete
jQuery ajax, wait until beforeSend animation finishes http://stackoverflow.com/questions/5212949/jquery-ajax-wait-until-beforesend-animation-finishes 600 function div.append beforeSend finished div.trigger animationComplete error function if img.is ' animated' div.one animationComplete.. error function if img.is ' animated' div.one animationComplete function div.append error else div.append error return.. animations. One way would be to add a condition to the animationComplete event handler to see if animation is ongoing. For example a..
|