摘要:
个人改良了一下做做成函数:调用函数$(document).ready(function(){ autoImg("#text2 img",600);autoImg("#text1 img",600);});函数function autoImg(tNmae,wValue){ $(tNmae).each(function(){ if (this.width>wValue) {this.width = wValue;} }); } 阅读全文
posted @ 2012-11-15 12:55
天使半只翼
阅读(740)
评论(0)
推荐(0)
浙公网安备 33010602011771号