[jQuery] Re: Using setTimeout with a callback (callback appends function content)

2008-02-13 Thread WolfZombie
Is there a better way to link animations in jQuery. Maybe I am going about this the wrong way. On Jan 18, 2:19 pm, WolfZombie <[EMAIL PROTECTED]> wrote: > I'm not sure if my last reply went through. > Here is a link to the > file:http://www.cheesymovienight.com/test/slideshow/slide.php > > Clic

[jQuery] Re: Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread WolfZombie
Here is a link. I have changed the code around a bit since I first posted, but mainly to remove the global $( declarations. http://www.cheesymovienight.com/test/slideshow/slide.php Clicking the play button at the bottom will start the slideshow and fire the alert messages that I was talking abo

[jQuery] Re: Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread WolfZombie
I'm not sure if my last reply went through. Here is a link to the file: http://www.cheesymovienight.com/test/slideshow/slide.php Clicking on the Play button at the bottom will start the slideshow. An alert "Play" is shown when the play function is called. An alert "Set" is shown when the callbac

[jQuery] Re: Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread Remy Sharp
Have you got a working link you can point us to? It's a little easier to debug when you've got working demo. Cheers.