[jQuery] using setTimeout to apply fade-in effect to multiple divs in sequence

2009-01-10 Thread legofish
Hi, I have 20 divs all with the class .box on my page. I want to apply the fadeIn() effect to all of them. I dont want them to all fade in at the same time. I want them to fade-in one by one, with a slight time offset. I dont want to use callback functions, because I dont want to wait until the

[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:

[jQuery] Using setTimeout()

2007-09-01 Thread barophobia
Hello, I'm trying to delay the appearance of $.ajaxStart() using setTimeout() but I've been unable to get it to work. I've used it once before in something else and I'm basically just trying to copy that for $.ajaxStart(). http://www.pastebin.ca/678318 When I run that code I get t has no