I have found http://stackoverflow.com/questions/734554/jquery-fadeout-then-slideup and it's good, but it's not the one.
How can I fadeOut()
and slideUp()
at the same time? I tried two separate setTimeout()
calls with the same delay but the slideUp()
happened as soon as the page loaded.
Has anyone done this?
Thanks