会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
安雅然
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
下一页
2014年1月7日
jquery.easing.js下载地址
摘要: https://github.com/gdsmith/jquery.easing
阅读全文
posted @ 2014-01-07 09:50 安雅然
阅读(480)
评论(0)
推荐(0)
编辑
水平手风琴切换效果插件亲自试过很好用
摘要: http://www.armagost.com/zaccordion/
阅读全文
posted @ 2014-01-07 09:47 安雅然
阅读(156)
评论(0)
推荐(0)
编辑
2013年12月20日
li ie6/7 3px bug
摘要: li设置vertical-align:middle
阅读全文
posted @ 2013-12-20 10:45 安雅然
阅读(125)
评论(0)
推荐(0)
编辑
2013年12月19日
placeholder兼容IE6-9代码
摘要: placeholderIE:function(){ //判断浏览器是否支持 placeholder属性 function isPlaceholder(){ var input = document.createElement('input'); return 'placeholder' in input; } //对不支持placeholder的浏览器处理 if(!isPlaceholder()){ ...
阅读全文
posted @ 2013-12-19 13:46 安雅然
阅读(357)
评论(0)
推荐(0)
编辑
2013年12月17日
判断中英文字符长度
摘要: for (var i = 0; i < txtval.length; i++) { if (isChinese(txtval.charAt(i)) == true) { strlen = strlen + 2; //中文为2个字符 } else { strlen = strlen + 1; //英文一个字符 } } strlen = Math.ceil(strlen / 2); //中英文相加除2取整数
阅读全文
posted @ 2013-12-17 11:50 安雅然
阅读(196)
评论(0)
推荐(0)
编辑
textarea自动加高代码
摘要: (function($){ $.fn.extend({ textareaAutoHeight: function (options) { this._options = { minHeight: 0, maxHeight: 1000 } this.init = function () { for (var p in options) { this._options[p] = opti...
阅读全文
posted @ 2013-12-17 11:13 安雅然
阅读(291)
评论(0)
推荐(0)
编辑
2013年12月13日
马云在首尔大学讲的一段话,很有感触
摘要: 机会在哪里?我告诉自己,也告诉年轻人,机会就在有人抱怨的地方。当有人抱怨时,机遇也同时存在。尤其是在中国,每个人都在表达不满。当每个人都在抱怨的时候,机会就出现了。处理不满,解决存在的问题,如果你跟其他人一样抱怨,你也没什么希望了。所以当我听到别人埋怨时,我就会觉得很兴奋,因为我看到了机会,会想我可以为这做些什么。
阅读全文
posted @ 2013-12-13 11:29 安雅然
阅读(188)
评论(0)
推荐(0)
编辑
2013年10月28日
设计很漂亮的健康机构网站
摘要: http://www.pure-blue.cn/
阅读全文
posted @ 2013-10-28 15:42 安雅然
阅读(142)
评论(0)
推荐(0)
编辑
2013年10月23日
设计有用网址
摘要: http://www.uehtml.com/
阅读全文
posted @ 2013-10-23 16:46 安雅然
阅读(78)
评论(0)
推荐(0)
编辑
2013年10月11日
display:inline-block firefox bug
摘要: display: inline-block; display: -moz-inline-box;
阅读全文
posted @ 2013-10-11 10:22 安雅然
阅读(67)
评论(0)
推荐(0)
编辑
上一页
1
···
11
12
13
14
15
16
17
18
下一页
公告