GeorgeWang地字3号

JQuery、Node.js http://www.pecloud.cn/

导航

jquery 预加载图片

$(document).ready(function() {

  jQuery.preloadImages = function() {

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

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

    }

  }

 

  // how to use

  $.preloadImages("image1.jpg");

});

posted on 2011-02-20 14:09  GeorgeWang  阅读(188)  评论(0编辑  收藏  举报