[jQuery] Re: Imade fade loop on mouseenter

2009-01-15 Thread Liam Potter
Ok, so now I know it's just the loop isn't waiting for the fadeIn animation to complete before moving on. I'm trying to use a setTimeout, but I can't put this into a function because when I do $(this) no longer relates to what I need it to. I tried changing it to this function doThis() {

[jQuery] Re: Imade fade loop on mouseenter

2009-01-15 Thread Liam Potter
I've just taken another look and it is actually fading the rest of the images, all at the same time. It seems to me the loop is running, but doesn't wait for the first image to finish fading, would using setTimeout doing anything? evo wrote: Hi Guys, I'm having some trouble looping through