[jQuery] Re: Iterating over a list

2009-11-09 Thread gthorne
ce and seeing only the very last > because they all start approximately at the same time. > > Michel Belleville > > 2009/11/9 gthorne > > > I'm not sure I follow what the principle is? > > > On Nov 8, 1:16 pm, Michel Belleville > > wrote: > >

[jQuery] Re: Iterating over a list

2009-11-08 Thread gthorne
I'm not sure I follow what the principle is? On Nov 8, 1:16 pm, Michel Belleville wrote: > Typo indeed ^^° > > Though the principle is sound. > > Michel Belleville > > 2009/11/8 Sam Doyle > > > $(this).fadeOu(duration, function() { > > > Typo > > > Sent from my iPhone > > > On 8 Nov 2009, at 07

[jQuery] Iterating over a list

2009-11-07 Thread gthorne
Hi, real simple problem, but I am struggling to find a solution. I have an array: var arr = [ "one", "two", "three", "four", "five" ]; and I want to fade the values in and out, moving on to the next one. I've tried 'jQuery.each()', for loops, and so on, but I either get the last one of t