摘要: 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) 编辑
摘要: li设置vertical-align:middle 阅读全文
posted @ 2013-12-20 10:45 安雅然 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 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) 编辑
摘要: (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) 编辑
摘要: 机会在哪里?我告诉自己,也告诉年轻人,机会就在有人抱怨的地方。当有人抱怨时,机遇也同时存在。尤其是在中国,每个人都在表达不满。当每个人都在抱怨的时候,机会就出现了。处理不满,解决存在的问题,如果你跟其他人一样抱怨,你也没什么希望了。所以当我听到别人埋怨时,我就会觉得很兴奋,因为我看到了机会,会想我可以为这做些什么。 阅读全文
posted @ 2013-12-13 11:29 安雅然 阅读(188) 评论(0) 推荐(0) 编辑
摘要: http://www.pure-blue.cn/ 阅读全文
posted @ 2013-10-28 15:42 安雅然 阅读(142) 评论(0) 推荐(0) 编辑
摘要: http://www.uehtml.com/ 阅读全文
posted @ 2013-10-23 16:46 安雅然 阅读(78) 评论(0) 推荐(0) 编辑
摘要: display: inline-block; display: -moz-inline-box; 阅读全文
posted @ 2013-10-11 10:22 安雅然 阅读(67) 评论(0) 推荐(0) 编辑