2014
03-18
03-18
15个jQuery代码片段 148 VIEW
1.预加载图片
(function($) {
var cache = [];
// Arguments are image paths relative to the current page.
$.preLoadImages = function() {
var args_len = arguments.length;
fo.... 阅读全文