[jQuery] Re: How can I switch elements by fades?

2008-01-16 Thread DeaR
Yeah, I've got it, Thanks a lot Glen Lipka wrote: Use the fadeOut callback. http://docs.jquery.com/API/1.1/Effects#fadeOut.28_speed.2C_callback_.29 This will start a function when the animation for the fadeOut is finished. Then fadeIn the other one. Glen On Jan 14, 2008 10:22

[jQuery] Re: How can I switch elements by fades?

2008-01-15 Thread Glen Lipka
Use the fadeOut callback. http://docs.jquery.com/API/1.1/Effects#fadeOut.28_speed.2C_callback_.29 This will start a function when the animation for the fadeOut is finished. Then fadeIn the other one. Glen On Jan 14, 2008 10:22 PM, DeaR [EMAIL PROTECTED] wrote: $(function() {