if(length>176){
return true;
}else{
$(".AddAnimate9").style().left="50";
/*$(".AddAnimate9").offset.left="5px";*/
}
你的$是jquery还是什么?jquery用css方法,自己找jquery的方法来看
$(".AddAnimate9").css('left',"50");
http://www.w3school.com.cn/jquery/
http://blog.sina.com.cn/s/blog_95a0ae200102vvtu.html
js document.getElementById("AddAnimate9").style.left = 100 +"px"; 不一定是100自己根据实际来
你把.AddAnimate9 改成id=AddAnimate9