SyntaxFix
Write A Post
Hire A Developer
Questions
You can specify a callback function:
$(selector).fadeOut('slow', function() { // will be called when the element finishes fading out // if selector matches multiple elements it will be called once for each });
Documentation here.