上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: http://top.css88.com/archives/660 阅读全文
posted @ 2015-10-19 11:15 安雅然 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 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 安雅然 阅读(163) 评论(0) 推荐(0) 编辑
摘要: // 背景lazyload var $willBgItems= $("[data-lazy-bg]"); if ($willBgItems.length>0){ var topArray=[]; var $willDistance = $(window... 阅读全文
posted @ 2015-10-15 17:15 安雅然 阅读(518) 评论(0) 推荐(0) 编辑
摘要: function loadScript(url, callback){ var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState){ /... 阅读全文
posted @ 2015-10-14 14:19 安雅然 阅读(176) 评论(0) 推荐(0) 编辑
摘要: http://luis-almeida.github.io/unveil/ 阅读全文
posted @ 2015-09-23 17:11 安雅然 阅读(107) 评论(0) 推荐(0) 编辑
摘要: http://www.weste.net/2015/06-02/103795.html 阅读全文
posted @ 2015-09-22 09:43 安雅然 阅读(292) 评论(0) 推荐(0) 编辑
摘要: nodejs安装Yui Compressor 阅读全文
posted @ 2015-09-22 09:31 安雅然 阅读(181) 评论(0) 推荐(0) 编辑
摘要: //注册键盘事件document.onkeydown = function(e) { //捕捉回车事件 var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keyCode == 13 && document... 阅读全文
posted @ 2015-09-21 22:17 安雅然 阅读(460) 评论(0) 推荐(0) 编辑
摘要: http://am-team.github.io/antui/nav.html#pageresult 阅读全文
posted @ 2015-09-21 21:53 安雅然 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 在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 安雅然 阅读(1691) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页