[jQuery] jQuery n00b needs a (seemingly) simple thing...

2008-07-16 Thread Miiitch
image at a time. Does it make sense? I've tried a few different plugins, nothing seems to have what I need. Any help is appreciated. Thanks -Miiitch -- View this message in context: http://www.nabble.com/jQuery-n00b-needs-a-%28seemingly%29-simple-thing...-tp18483567s27240p18483567.html Sent fro

[jQuery] Fade in, out, then in?

2008-07-03 Thread Miiitch
So I want to be able to fadeIn an element (#logo), then fadeOut the same element, then fadeIn a different element (#content). So the logo fades in, then out, then the content fades in. I've already got the logo fading part: $("#logo").fadeTo(1000, 0).fadeIn(1000) .fadeTo(4000, 1).fadeOut(1000);