就是animate方法里面的
topOrLeft: "-=" +$("body")[widthOrHeight]() + "px"
这句。经过debugger,就是这句话出错了,我把右边的换成"768px",在debugger里面显示的也是0px,topOrLeft传入的是"marginTop",请问哪里出错了?
走同样的路,发现不同的人生
没见过animate里有topOrLeft, 要不top, 要不left要不你就这么写
var obj = {}; obj[topOrLeft] = "???"; $(???).animate(obj);
http://www.w3school.com.cn/jquery/effect_animate.asp
看一下animate()的参数吧
没见过animate里有topOrLeft, 要不top, 要不left
要不你就这么写
http://www.w3school.com.cn/jquery/effect_animate.asp
看一下animate()的参数吧