[jQuery] Queueing multiple .show() and .hide()
Things get quirky on a page if .show() and.hide() are running
simultaneously on different blocks. I've implemented a callback to
queue things up serially. It seems to run a little smoother now.
Is there an integrated queueing system in jQuery that will relieve me
of the burden of serializing .show and .hide events?
Sam