for循环下的取值问题

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
posted @ 2016-12-05 11:26  杀生丸11  阅读(511)  评论(0编辑  收藏  举报