摘要: 先定义css 当你遮盖弹出的时候或者隐藏的时候让html切换class alpha 阅读全文
posted @ 2017-06-01 10:17 liu-hui 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.cnblogs.com/caiyezi/p/5619506.html 浏览器同源政策及规避方法:http://www.ruanyifeng.com/blog/2016/04/same-origin-policy.html sessionStorage 、localSt 阅读全文
posted @ 2017-05-31 14:25 liu-hui 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 参考http://www.jb51.net/article/57827.htm jQuery事件的绑定和委托可以用多种方法实现,on() 、 bind() 、 live() 、 delegate() ,还有one()。 有时我们可能会像下面这样绑定一个事件: 复制代码代码如下: $("#div1") 阅读全文
posted @ 2017-04-14 10:30 liu-hui 阅读(1359) 评论(0) 推荐(0) 编辑
摘要: 1、select标签有默认的小三角和边框,可以取消掉他的默认样式。appearance:none;-moz-appearance:none;-webkit-appearance:none; /*清除ie的默认选择框样式清除,隐藏下拉箭头*/select::-ms-expand { display: 阅读全文
posted @ 2017-04-11 18:45 liu-hui 阅读(170) 评论(0) 推荐(0) 编辑
摘要: html部分: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <met 阅读全文
posted @ 2017-04-11 10:04 liu-hui 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1、有些时候我们是不知道中间内容区域有多高的,但又想让该区域的高度恰好能放下中间内容区域,这个时候我们可以使用min-height或者height: auto; min-width会继承父元素的width,而min-height不会。 2、<div style="width:100%; height 阅读全文
posted @ 2017-04-10 19:37 liu-hui 阅读(2495) 评论(0) 推荐(0) 编辑
摘要: 参考http://www.jianshu.com/p/8034b19b51e2 SVN的具体操作 http://blog.csdn.net/kangli_1990/article/details/51444790 SVN之Cornerstone用法详解 阅读全文
posted @ 2017-04-09 17:37 liu-hui 阅读(198) 评论(0) 推荐(1) 编辑
摘要: http://blog.csdn.net/hysh_keystone/article/details/52013789 Webstorm2016使用技巧——SVN插件使用 分类:Webstorm (5524) (2) 分类:Webstorm (5524) (2) 最近改用Webstorm作为开发工具 阅读全文
posted @ 2017-04-09 16:19 liu-hui 阅读(17469) 评论(0) 推荐(1) 编辑
摘要: http://www.cnblogs.com/mbyund/p/6406527.html * Web前端集成开发工具 - WebStorm * 安装完成后,双击执行文件 * 弹出窗口(complete installation),点击"OK"按钮 * 弹出窗口(License Activation) 阅读全文
posted @ 2017-04-09 16:06 liu-hui 阅读(681) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name=" 阅读全文
posted @ 2017-04-08 15:39 liu-hui 阅读(353) 评论(0) 推荐(0) 编辑