码迷,mamicode.com
首页 > 其他好文 > 详细

$函数

时间:2018-02-20 19:42:16      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:doctype   demo   height   add   utf-8   window   turn   pad   gpo   

<!DOCTYPE html>
<html>
 <head>
  <meta charset="utf-8" />
  <title></title>
  <style type="text/css">
   *{
    margin: 0;
    padding: 0;
   }
   
   #demo{
    width: 400px;
    height: 200px;
    margin: 100px auto;
    background-color: pink;
   }
  </style>
  <script type="text/javascript">
  window.onload = function(){
   function $(id){
    return document.getElementById(id);
   }
   $(‘demo‘).onmouseover  = function(){
   demo.style.backgroundColor = ‘black‘;
   }
  }
   
  </script>
 </head>
 <body>
  <div id="box">
   <div id="demo"></div>
  </div>
    </body>
</html>

$函数

标签:doctype   demo   height   add   utf-8   window   turn   pad   gpo   

原文地址:https://www.cnblogs.com/verayangnakiss/p/8455681.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!