当前位置: 代码迷 >> JavaScript >> jquery1.3中animate的运行有关问题
  详细解决方案

jquery1.3中animate的运行有关问题

热度:2   发布时间:2012-04-22 18:34:46.0
jquery1.3中animate的运行问题
Jquery 1.3中:
$('div.button').animate({left:650}, 3000); 用不了,报“参数错误”;
但在1.3(不包含1.3)中运行正常,大家碰到这种情况是怎么解决的咧?

------解决方案--------------------
没有问题,