返回宋柏霖的第十三......登陆

宋柏霖的第十三个作业

宋柏霖2019-04-18 10:45:55161

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <title>停止</title></title>
   <script type="text/javascript" src="jquery-3.3.1.js"></script>
   <style type="text/css">
div{
     height: 500px;width: 500px;background: blue;position:absolute;margin: 10px;
}
   </style>
   <script type="text/javascript">
$(document).ready(function () {
   $('#right').click(function () {
       $('.box1').animate({left:'+800px'},2000)
   })
   $('#stop').click(function () {
       $('.box1').stop()
})
})

   </script>
</head>
<body>
<button id="right">右移</button>
<button id="stop">停止</button>
<div class="box1"></div>
</body>
</html>

最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送