jquery预加载图像1槽40
这个问题在这里已经有了答案:
function preload(arrayOfImages){
$(arrayOfImages).each(function(){
(new Image()).src = this;
});
for(i=1;i<=40;i++)
preload('/img/wallpapers/'images' + i + '.jpg');
链接地址: http://www.djcxy.com/p/12077.html