JQ中的animate怎么用索引来决定animate运动的距离。就是说我要根据索引动态改变它运动的距离。
比如:$(function(){$("#boxli").mouseover(function(){varindex=$(this).index();//alert(ind...
比如:
$(function(){
$(" #box li").mouseover(function(){
var index=$(this).index();
//alert(index);
$("#move").stop(true).animate({"left":"100px"},100);
})
我通过获取到的索引来动态改变animate 向左left 的运动距离怎么用index表示出来;
我这样表示没反应 animate({"left":"index*100px"},100);
大神在哪速度出来!!!!! 展开
$(function(){
$(" #box li").mouseover(function(){
var index=$(this).index();
//alert(index);
$("#move").stop(true).animate({"left":"100px"},100);
})
我通过获取到的索引来动态改变animate 向左left 的运动距离怎么用index表示出来;
我这样表示没反应 animate({"left":"index*100px"},100);
大神在哪速度出来!!!!! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询