在jquery上预加载图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在jquery上预加载图像相关的知识,希望对你有一定的参考价值。
this can run before $(document).ready event, since it doesn't rely on any DOM.
$.each(["img/naboutus.png","img/nwhatwedo.png","img/ntheory.png","img/nportfolio.png","img/nclients.png","img/ncontacts.png"],function(i,url){ var img = new Image(); img.src = url; });
以上是关于在jquery上预加载图像的主要内容,如果未能解决你的问题,请参考以下文章
viewpager preload会调用api来获取数据吗?