I'm trying to use delay, but it does not seem to be working. I've tried a simple statement...
$("#flashNotice").show(100).delay(1000).hide(250).remove();
To flash a notice then hide and remove. The div is there, but it never get's shown.
Any ideas?
Thanks!