课程
/前端开发
/jQuery
/jQuery基础课程
$("#left").click(function() { $("span").animate({ left: "-=100px" }, 1000); }); $("#right").click(function() { $("span").animate({ left: "+=100px" }, 1000); });
Mark.
2014-08-23
源自:jQuery基础课程 7-13
正在回答
举报
加入课程学习,有效提高前端开发速度