摘要:
/* * Image preload and auto zoom * scaling 是否等比例自动缩放 * width 图片最大高 * height 图片最大宽 * loadpic 加载中的图片路径 * example $("*").LoadImage(true,w,h);*/jQuery.fn.LoadImage=function(scaling,width,height,loadpic){ if(loadpic==null)loadpic="../images/loading.gif"; return this.each(function(){ v 阅读全文
posted @ 2012-11-14 10:36
zwei
阅读(399)
评论(0)
推荐(0)
浙公网安备 33010602011771号