[jQuery] What is the best way to show() many items in sequence, one after the other?
[jQuery] What is the best way to show() many items in sequence, one after the other?
If you have a jquery array of elements and need to call the show("slow") method on each one in turn, how should you do it? For instance how might would you reveal each LI element in a list one after the other? Just applying the show() method reveals them all at once eg: $("#myList LI").show("slow") so that's not what I need. Using callbacks works for one or two items but does not adapt easily to many items. I saw a technique somewhere that used arguments.callee, can anyone suggest how that might be used? Many thanks, George -- View this message in context: http://www.nabble.com/What-is-the-best-way-to-show%28%29-many-items-in-sequence%2C-one-after-the-other--tf2629186.html#a7336748 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/