Return to Snippet

Revision: 55721
at February 19, 2012 17:55 by handsomegenius


Initial Code
$('div.old').fadeOut(300, function() { $(this).remove(); });

Initial URL


Initial Description
Understanding callbacks in jQuery animations

Initial Title
Do something when an effect is done

Initial Tags
jquery

Initial Language
jQuery