2018年10月23日

键盘和鼠标事件的区别和使用

摘要: y> <script type="text/javascript">// 键盘和鼠标不同的地方在哪里?// 键盘是不需要选择元素 document.onkeydown = function(event){// event对象,只有当有用户操作的时候才会产生// console.log(event) 阅读全文

posted @ 2018-10-23 08:49 妄言 阅读(329) 评论(0) 推荐(0) 编辑

selectedIndex和onchange事件

摘要: <input type="text" id="inp" /> <textarea name="" rows="" cols="" id="wen"></textarea> <br /> 来自何方:<select name="" id="sel"> <option value="0">武汉</opti 阅读全文

posted @ 2018-10-23 08:46 妄言 阅读(564) 评论(0) 推荐(0) 编辑

DOM文档获取和简介

摘要: <style type="text/css"> .red{ background-color: #f00; width: 100px; height: 100px; } </style> </head> <body> <div id="div01" class="div02"></div> <div 阅读全文

posted @ 2018-10-23 08:44 妄言 阅读(153) 评论(0) 推荐(0) 编辑

导航