摘要: //滚屏Scroller=function(config,callback){this.Obj=config.Obj;//滚屏对象this.ul=this.Obj.eq(0).find("ul:first");this.lineH=this.ul.find("li:first").height();this.line=config.line?parseInt(config.line,10):par... 阅读全文
posted @ 2008-05-14 13:30 Flymouse 阅读(673) 评论(8) 推荐(0) 编辑