12 2017 档案
摘要:0.大意: client——客户端可见范围 scroll——可滚动范围 offset ——偏差。 1.getBoundingClientRect: DOMRect top: 元素顶边距离视口顶边的距离。 left: 元素左边距离视口左边的距离。 right: 元素右边距离视口右边的距离。 left:
阅读全文
摘要:break points // Extra small devices (portrait phones, less than 576px) // No media query since this is the default in Bootstrap // Small devices (landscape phones, 576px and up) @media (min-width: ...
阅读全文
摘要:登录+检测是否登录, 注销并跳转 ,cookie记住密码 ,登录验证码。 登录+检测是否登录, 注销并跳转 ,cookie记住密码 ,登录验证码。 编辑,删除,增加(图片和文字) 发邮件,留言。 编辑,删除,增加(图片和文字) 发邮件,留言。 防止SQL注入 分页 ————上面是我已经了解了的。 剩
阅读全文
摘要:http://jsonplaceholder.typicode.com/ 是一个可以做AJAX练习的网站。 JQuery 和ES6 :
阅读全文