摘要: 一.单双击问题 <body> <button>按钮</button> <script src="./jQuery.js"></script> <script> $(function () { // 先做两次单击 一次双击 中间间隔 小于500ms var timer = null; $('butto 阅读全文
posted @ 2018-10-07 14:49 ★行者尚★ 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 一.位置信息 1.width() height() <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> *{ padding: 0; margin: 0; } .fat 阅读全文
posted @ 2018-10-07 09:00 ★行者尚★ 阅读(139) 评论(0) 推荐(0) 编辑