摘要:
http://top.css88.com/archives/660 阅读全文
摘要:
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)... 阅读全文
摘要:
// 背景lazyload var $willBgItems= $("[data-lazy-bg]"); if ($willBgItems.length>0){ var topArray=[]; var $willDistance = $(window... 阅读全文
摘要:
function loadScript(url, callback){ var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState){ /... 阅读全文
摘要:
http://luis-almeida.github.io/unveil/ 阅读全文
摘要:
//注册键盘事件document.onkeydown = function(e) { //捕捉回车事件 var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keyCode == 13 && document... 阅读全文
摘要:
http://am-team.github.io/antui/nav.html#pageresult 阅读全文
摘要:
在chrome下:input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0;}Firefox下:input[type="numbe... 阅读全文