>
> $('div.items").show("slow");

> of course i could use the callback of each show so taht the next one only
> start when current is finished animating, but i don't know in advance the
> amount of divs there will be so i'm kind of stuck on how to achieve that.

I think the FX Queues extension can do that:
http://plugins.jquery.com/project/fxqueues

--dave

Reply via email to