码迷,mamicode.com
首页 > 其他好文 > 详细

for循环下的取值问题

时间:2016-12-05 11:39:19      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:function   title   linear   nim   rip   near   i++   lin   params   

function doanimate(){ for(var i = 0;i < 5;i++){ (function(i){ elment[i].animate({ top:‘50px‘ },500,‘linear‘,function(){ element[i].css(‘top‘,‘0px‘); }) })(i); } }

  • 1

for循环下的取值问题

标签:function   title   linear   nim   rip   near   i++   lin   params   

原文地址:http://www.cnblogs.com/alww/p/6133255.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!