正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -339,7 +339,9 @@ | @@ -339,7 +339,9 @@ | ||
339 | </script> | 339 | </script> |
340 | <script type="text/javascript"> | 340 | <script type="text/javascript"> |
341 | var Open = document.getElementById("open"); | 341 | var Open = document.getElementById("open"); |
342 | + | ||
342 | function HoverAndMouseout() { | 343 | function HoverAndMouseout() { |
344 | + console.log(1); | ||
343 | Open.hover( | 345 | Open.hover( |
344 | function () { | 346 | function () { |
345 | $(this).css({"width": "500px"});//移上宽度变为500 | 347 | $(this).css({"width": "500px"});//移上宽度变为500 |
-
请 注册 或 登录 后发表评论