会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JiangC
163博客 http://picacure.blog.163.com/
博客园
首页
新随笔
联系
订阅
管理
2012年12月28日
现象:-webkit-box 与 float
摘要: 现象: 父容器 display: -webkit-box; 子容器 float: right; 结果 不显示 原因:尔后分析
阅读全文
posted @ 2012-12-28 10:13 jiangC
阅读(375)
评论(0)
推荐(0)
2012年12月27日
关于Zepto的animate
摘要: 感觉设计有点不甚合理的地方: 正常使用: $("#some_element").animate({ opacity: 0.25, left: '50px', color: '#abcdef', rotateZ: '45deg', translate3d: '0,10px,0'}, 500,...
阅读全文
posted @ 2012-12-27 15:49 jiangC
阅读(6215)
评论(0)
推荐(0)
2012年12月26日
Visual formatting model
摘要: W3C的一片好文 9 Visual formatting model 9.1 Introduction to the visual formatting model This chapter and the next describe the visual formatting model: h...
阅读全文
posted @ 2012-12-26 19:07 jiangC
阅读(390)
评论(0)
推荐(0)
semantic-class-names
摘要: css class names best practices What Makes For a Semantic Class Name? 多多关注一下下面的评论 CSS Styleguide CSS Semantics: Best Practices
阅读全文
posted @ 2012-12-26 19:01 jiangC
阅读(217)
评论(0)
推荐(0)
关于超出行数的文字省略显示
摘要: display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;webkit 下的比较不错的解决方案
阅读全文
posted @ 2012-12-26 16:51 jiangC
阅读(141)
评论(0)
推荐(0)
几道题
摘要: 1. 下面代码alert的内容 function tr42(){ var a2, b2; a2 = {"c": 1}; b2 = a2; a2.c = 2; alert(b2.c); a2 = {"c": 3}; alert(b2.c); a2.c = 4; a...
阅读全文
posted @ 2012-12-26 10:23 jiangC
阅读(528)
评论(1)
推荐(0)
$ ready
摘要: $(document).ready(function() { //all your code goes here... }); ready: (function() { ... //Mozilla, Opera, and Webkit if (do...
阅读全文
posted @ 2012-12-26 10:20 jiangC
阅读(167)
评论(0)
推荐(0)
2012年11月24日
JavaScript Regular Expressions
摘要: JavaScript Regular Expressions http://www.advanced-javascript-tutorial.com/RegularExpressions.cfm#Regular-Expression-Syntax Regular Expressions are po...
阅读全文
posted @ 2012-11-24 23:56 jiangC
阅读(1206)
评论(0)
推荐(0)
2012年11月15日
层叠上下文(The stacking context)
摘要: 层叠上下文(The stacking context) 原文地址https://developer.mozilla.org/en-US/docs/CSS/Understanding_z-index/The_stacking_context?redirectlocale=en-US&redirects...
阅读全文
posted @ 2012-11-15 23:22 jiangC
阅读(515)
评论(0)
推荐(0)
2012年11月2日
在npm上发布你的Node模块
摘要: 3ks 华雷 第一步: 注册npm帐号:https://npmjs.org/ 第二步: 生成必要模块描述文件package.json ,readme package.json详解 { "name": "http-server", "preferGlobal": "true", ...
阅读全文
posted @ 2012-11-02 16:43 jiangC
阅读(659)
评论(0)
推荐(0)
下一页
公告