[jQuery] Re: Post-load images? Tips?

2008-02-05 Thread Ariel Flesler
Hi, have you tried this ? http://flesler.blogspot.com/2008/01/jquerypreload.html You preload the images, and with the callback onComplete, you swap the background, or with onFinish you swap them all together. Cheers Ariel Flesler On 22 ene, 06:26, Micky Hulse [EMAIL PROTECTED] wrote: Mika,

[jQuery] Re: Post-load images? Tips?

2008-01-21 Thread Micky Hulse
A bit more info: The hardest part for me to figure-out is the best approach for knowing when all of the needed images are loaded... I think I can handle all the other aspects of the coding. Is there a good technique for knowing when a group of images has fully loaded? Thanks! I really

[jQuery] Re: Post-load images? Tips?

2008-01-21 Thread Mika Tuupola
On Jan 21, 2008, at 10:02 AM, Micky Hulse wrote: A bit more info: The hardest part for me to figure-out is the best approach for knowing when all of the needed images are loaded... I think I can handle all the other aspects of the coding. Is there a good technique for knowing when a