[jQuery] Image Preloading

2009-10-07 Thread moey
I have a page that: * Has a button whose background image will change upon rollover (done in CSS, using :hover) * Preloads the rollover image for the button above (done using a simple jQuery script) The page can be found at http://test.happypod.com/preloadimage/ The part that I don't quite

[jQuery] image preloading problem

2007-09-25 Thread dimitrisX
hello, I am trying to preload some images using the code i found in http://www.texotela.co.uk/code/jquery/preload/ and http://www.appelsiini.net/2007/6/sequentially-preloading-images. /// version 1 jQuery.preloadImages = function() { for(var i = 0; iarguments.length; i++) {