¡@

Home 

2014/10/16 ¤W¤È 12:01:54

jquery 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..

jQuery ajax, wait until beforeSend animation finishes

http://stackoverflow.com/questions/5212949/jquery-ajax-wait-until-beforesend-animation-finishes

test.php contentType html beforeSend function img.fadeIn 600 function div.append beforeSend finished div.trigger animationComplete error function if img.is ' animated' div.one animationComplete function div.append error else div.append error .. div.append beforeSend finished div.trigger animationComplete error function if img.is ' animated' div.one animationComplete function div.append error else div.append error return false Notes jQuery.one attaches an event handler that fires.. pgjHx In the comments Happy has asked how to handle multiple animations. One way would be to add a condition to the animationComplete event handler to see if animation is ongoing. For example a .click function var img img div div .ajax url test.php contentType..