Revision: 55721
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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