2015年11月5日
摘要: js:// JavaScript Documentfunction b(){ t = parseInt(x.css('top')); y.css('top','19px'); x.animate({top: t - 19 + 'px'},'slow'); //19为每个li的高度 if(Math... 阅读全文
posted @ 2015-11-05 10:03 Simle 阅读(1198) 评论(0) 推荐(0)