How can I trigger a slideUp(); with a delayed start, but which doesn't force the rest of the code to wait until it has finished before progressing.
eg: A button is pressed and 1 second later a box disappears, but jquery is still working during that one second.