[jQuery] preloading a div

2009-04-13 Thread Sasser
hi i'm new to jquery and got a problem concerning the preloading of content. before changing the content dynamically i want to fade it out. so i tried this: $("#div").fadeOut(); $("#div").load(url); $("#div").fadeIn(); this works quite good. there is just the problem that the content fades in i

[jQuery] preloading a div

2009-04-13 Thread Sasser
hi i'm new to jquery and got a problem concerning the preloading of content. before changing the content dynamically i want to fade it out. so i tried this: $("#div").fadeOut(); $("#div").load(url); $("#div").fadeIn(); this works quite good. there is just the problem that the content fades in i