When I find javascripts that I might need to use, I put them in separate folders based on what they do. I have about a dozen for "pre-loading", some of which are quite simple, others more complicated. Most do all the pre-loading of images in the <head>, whereas a few have the script in the head but call the preload image paths in the <body onLoad=....> tag.
Does anyone have an opinion about what they consider to be the best preloading image script -- one that they actually use and *know will work* in a cross browser platform? Thanks...
Does anyone have an opinion about what they consider to be the best preloading image script -- one that they actually use and *know will work* in a cross browser platform? Thanks...