首页 > 代码库 > 6磁力图片
6磁力图片
1 <!DOCTYPE html> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 5 <title></title> 6 <style type ="text/css"> 7 * { 8 font-family:微软雅黑; 9 10 }11 img {12 13 position:absolute;14 }15 </style>16 <script src=http://www.mamicode.com/"Scripts/jquery-1.8.2.min.js"></script>17 <script type ="text/javascript">18 $(function () {19 $(document).click(function (e) {20 $("img").animate({left:e.pageX,top:e.pageY},2000);21 });22 });23 </script>24 </head>25 <body>26 <img src=http://www.mamicode.com/"Images/orderedList9.png" />27 </body>28 </html>
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。