Hi everyone, thanks for the wonderful (and quick!) Answers! Appreciate it.
I ended up using a combination of several of them that seems to work well.
$(this).closest("div").hide("fast", function() { $(this).remove(); });
@ John: Thanks! I'm new to this, and keep forgetting the callback (puts a hand to her forehead!)
@redsqure: Thanks for the feedback on performance! Still studying ...
@zombat: Yes, a good catch - I went around above by removing the call to the participants in the callback, as I was deleting the parent at this point .;)
@Tim: .delay (1000) looked promising, I couldn't get it to work (?) (Yes, I use 1.4);)
Thank you ppl! :)
source share