随笔分类 - 代码收集
摘要:css3 闪烁-webkit-animation: name .5s infinite ease-in-out;animation: name .5s infinite ease-in-out; @-webkit-keyframes name{ 0%{opacity:.6;} 100%{opacity:1;}} ele.css({/*css style add*/}); 置灰 ...
阅读全文
摘要:(function (doc, win) { var docEl = doc.documentElement, resizeEvt = ‘orientationchange’ in window ? ‘orientationchange’ : ‘resize’, recalc = function () { var clientWidth = docEl.clientWidth; if (!cl...
阅读全文
摘要:正则表达式获取地址栏参数 getRequestParams: function () { var url = window.location.href; var theRequest = {}; if (url.indexOf("?") > -1) { var currentPaths = url.
阅读全文

浙公网安备 33010602011771号