/ Published in: jQuery

Understanding callbacks in jQuery animations
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('div.old').fadeOut(300, function() { $(this).remove(); });
Comments
