摘要: ``` element>element div>p 选择父元素为元素的所有元素。 element+element div+p 选择紧接在元素之后的所有元素。 element1~element2 p~ul 选择前面有元素的每个元素。 [attribute] [target] 选择带有target属性所有元素。 [attribute~=value] [title~=flower] 选择title... 阅读全文
posted @ 2016-07-20 14:56 cglworkBook 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 视频播放器:https://github.com/jackzhang1204/sewise player 阅读全文
posted @ 2016-07-19 10:48 cglworkBook 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1. 自动排列图标 阅读全文
posted @ 2016-07-18 14:25 cglworkBook 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1. flex 布局塔防游戏 http://www.flexboxdefense.com/ 2. css selector http://flukeout.github.io/ 阅读全文
posted @ 2016-07-17 11:27 cglworkBook 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1. "全屏滚动插件" 2. "平滑滚动插件" 3. "分页插件" 阅读全文
posted @ 2016-07-12 15:06 cglworkBook 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1. 推荐: "jsbin" 2. "codepen" 3. "jsfiddle" 阅读全文
posted @ 2016-07-11 10:51 cglworkBook 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1. A+B 2. A~B 3. :first child, :last child 4. nth first type,nth last type,only of type 阅读全文
posted @ 2016-07-05 10:19 cglworkBook 阅读(133) 评论(0) 推荐(0) 编辑
摘要: jQuery 的选择器可谓之强大无比,这里简单地总结一下常用的元素查找方法 阅读全文
posted @ 2016-07-05 09:49 cglworkBook 阅读(304) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1455784140&token=&lang=zh_CN 工具: 微信web开发者工具 调试模式要用:X5 Blink 内核调试 阅读全文
posted @ 2016-06-30 16:07 cglworkBook 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 以下是/etc/nginx/conf.d/default.conf配置: 阅读全文
posted @ 2016-06-27 14:44 cglworkBook 阅读(197) 评论(0) 推荐(0) 编辑