摘要:
// 例如淡入淡出的封装类文件function ImagesEff(div,time){this.arr=[];//装载所有divthis.time=time;this.recordOld=null;for(var i=0;i<document.getElementById(div).getElementsByTagName("div").length;i++){this.arr.push(document.getElementById(div).getElementsByTagName("div")[i]);this.arr[i].style.p 阅读全文
posted @ 2013-08-30 11:40
meeming
阅读(301)
评论(0)
推荐(0)
浙公网安备 33010602011771号