[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

[jQuery] Re: what editor do you use?

2008-02-13 Thread WolfZombie
I'm using (and have been for quite a few years) TextPad. http://www.textpad.com/

[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] Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread WolfZombie
I'm trying to create a simple image slideshow that is timed based on when the image is loaded. I'm having a problem when using callback functions and setTimeout. The callback function seems to append each time the function is called. I was wondering how to resolve this problem Order of events: