nevermind, i found a solution here: 
 
HYPERLINK 
"http://www.texotela.co.uk/code/jquery/preload/"http://www.texotela.co.uk/code/jquery/preload/
 
jQuery.preloadImages = function()

{

        for(var i = 0; i<arguments.length; i++)

        {

                jQuery("<img>").attr("src", arguments[i]);

        }

}

   _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre 
Plennevaux
Sent: mardi 30 janvier 2007 20:18
To: 'jQuery Discussion.'
Subject: [jQuery] preloader


hello!
 
i would like to know if there is anything built in jquery to preload a bunch of 
images in the background.
 
Any tip would be helpful
 
Thank you!
 
Alexandre
 


--
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.441 / Base de données virus: 268.17.14/658 - Date: 29/01/2007 14:49



-- 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.441 / Base de données virus: 268.17.14/658 - Date: 29/01/2007 14:49
 
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to