会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
安雅然
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
18
下一页
2015年10月19日
前端组件库
摘要: http://top.css88.com/archives/660
阅读全文
posted @ 2015-10-19 11:15 安雅然
阅读(118)
评论(0)
推荐(0)
2015年10月16日
正则
摘要: KL.Util = { isEmail : function(v) { return /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/ .test(v); }, isMobile : function(v)...
阅读全文
posted @ 2015-10-16 17:54 安雅然
阅读(165)
评论(0)
推荐(0)
2015年10月15日
背景图片lazyload
摘要: // 背景lazyload var $willBgItems= $("[data-lazy-bg]"); if ($willBgItems.length>0){ var topArray=[]; var $willDistance = $(window...
阅读全文
posted @ 2015-10-15 17:15 安雅然
阅读(520)
评论(0)
推荐(0)
2015年10月14日
异步加载js
摘要: function loadScript(url, callback){ var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState){ /...
阅读全文
posted @ 2015-10-14 14:19 安雅然
阅读(179)
评论(0)
推荐(0)
2015年9月23日
延迟加载图片插件
摘要: http://luis-almeida.github.io/unveil/
阅读全文
posted @ 2015-09-23 17:11 安雅然
阅读(144)
评论(0)
推荐(0)
2015年9月22日
nodejs安装autoprefixer
摘要: http://www.weste.net/2015/06-02/103795.html
阅读全文
posted @ 2015-09-22 09:43 安雅然
阅读(298)
评论(0)
推荐(0)
nodejs安装Yui Compressor
摘要: nodejs安装Yui Compressor
阅读全文
posted @ 2015-09-22 09:31 安雅然
阅读(186)
评论(0)
推荐(0)
2015年9月21日
js捕捉回车事件
摘要: //注册键盘事件document.onkeydown = function(e) { //捕捉回车事件 var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keyCode == 13 && document...
阅读全文
posted @ 2015-09-21 22:17 安雅然
阅读(463)
评论(0)
推荐(0)
支付宝服务窗前台页面规范
摘要: http://am-team.github.io/antui/nav.html#pageresult
阅读全文
posted @ 2015-09-21 21:53 安雅然
阅读(281)
评论(0)
推荐(0)
2015年9月9日
html5 input type number 去掉加减号
摘要: 在chrome下:input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0;}Firefox下:input[type="numbe...
阅读全文
posted @ 2015-09-09 01:06 安雅然
阅读(1713)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
18
下一页
公告