10 2018 档案
摘要://①不定义接受参数的方式来接受参数(arguments) function getparams(){ //利用arguments来接受参数,arguments表示参数集合, //里面存放的调用这个方法所传递过来的所有参数的集合 var _q=arguments[0];//0位置表示q参数 var
阅读全文
摘要:<div style="width:100px; background-color: aqua; min-width:100%">kkk</div>
阅读全文
摘要:背景渐变 background-image:linear-gradient(0deg,#fff,#ccc);
阅读全文
摘要:width:auto; border-bottom:1px solid #ccc; height:30px; display: inline-block;white-space: nowrap;
阅读全文
摘要:https://www.runoob.com/w3cnote/flex-grammar.html display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; 两列Div居中 显示 用传统float方式就
阅读全文
摘要:https://code.visualstudio.com/
阅读全文
摘要:@import "http://apps.bdimg.com/libs/bootstrap/3.3.4/css/bootstrap.css" /*-防止各大cdn公共库加载地址失效问题,此地址我们会时时监控,及调整以保障正常访问,如果您不喜欢请改为自己的地址-www.jq22.com为您服务*/ /
阅读全文
摘要:1 延时事件 window.setTimeout('dofunction()',2000); 函数外面要有引号 如果没有引号 就不能延时执行 应该是内容进行eval,所以外层不是传递字符串的话,外层函数就直接执行了 2.layui form 表单提交 事件 如果不写事件,他有 <input type
阅读全文
摘要:win10 闹钟和时钟 用个倒计时 Inno Setup 编译器 把应用程序打包成安装程序 nwjs-v0.14.7-win-ia32 XP专用 chrome用的49的版本 作用是把浏览器地址的程序打包成exe 研究页面最后插入函数执行 研究结果是 页面js 分 同步 和 异步 异步最后肯定在同步之
阅读全文
摘要:// // var showColumns = getShowColsRows("table");// var showArray = [];// $.each(showColumns, function (index, data) {// showArray.push(data);// });//
阅读全文
摘要:height: calc(100vh - 100px);
阅读全文
摘要:border-top: 1px solid #ccc !important;
阅读全文
摘要:var jsonObj = {"a":true}; window.localStorage.setItem("kkk",JSON.stringify(jsonObj)); 取json的代码 var getkkk = JSON.parse(window.localStorage.getItem("kk
阅读全文
摘要:layui.use(['layer', 'form'], function(){ var layer = layui.layer ,form = layui.form; var $ = layui.jquery; function classEvent(cl...
阅读全文