摘要: <form action="123.html"> <div style="width: 200px;height: 200px;background:#ccc;"> <input type="submit" value="提交"> <a href="http://www.baidu.com" tar 阅读全文
posted @ 2017-09-26 17:42 耿鑫 阅读(150) 评论(0) 推荐(0) 编辑
摘要: <body style="height: 2000px;"> <input type="button" value="按钮"> <div style="width: 200px;height: 200px;background:#ccc;"> <span style="width: 100px;he 阅读全文
posted @ 2017-09-26 17:08 耿鑫 阅读(101) 评论(0) 推荐(0) 编辑
摘要: <script> $(function () { mouseover mouseout mouseenter mouseleave的区别 $('div').mouseover(function () { $(this).css('background', 'red'); }).mouseout(fu 阅读全文
posted @ 2017-09-26 15:22 耿鑫 阅读(77) 评论(0) 推荐(0) 编辑
摘要: <body> <form> <input type="submit" value="按钮"> </form> <input type="button" value="按钮"> <input type="text" value="1111"> <div></div> </body> <script> 阅读全文
posted @ 2017-09-26 13:58 耿鑫 阅读(62) 评论(0) 推荐(0) 编辑