2014年3月27日
摘要: 1 $(function(){ 2 /* 3 #imgLeft 向左移动图标 4 #imgRight 向右移动图标 5 #box 装载图片的容器 6 .animate({left:"向左移动距离(记得加px加引号)"},移动速度); 7 */ 8 $('#imgLeft').click(function(){ 9 $('#box').animate({left:"0px"},1000);10 $('#imgRight').attr("src","Iamges/right.png 阅读全文
posted @ 2014-03-27 17:08 banyan.rong 阅读(159) 评论(0) 推荐(0) 编辑