hi!

i'm displaying a series of graphical items in one command:

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

now, it was suggested by my mate that they appear one after the other,
according to, say, their order of appearance in the html markup.

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.

Has anyone achieved something like that? Any clue would be useful.

Thank you,

-- 
Alexandre

Reply via email to