How do I make the remove() occur only after the fadeOut() is finished?

$("someDiv").fadeOut(2000).remove();

Reply via email to