james.padolsey.com
Submitted by: James

jQuery ‘delay’ plugin

Here’s a very tiny jQuery plugin which makes it possible to delay a jQuery animation (or any function) for any amount of time. When you call one animation after another jQuery automatically queues them up and then executes them in order. This plugin inserts a psuedo-animation into that queue resulting in what seems like a delay.

direct link