09 2017 档案

摘要:打包:npm install layui-layer验证修改: (去除其他验证包含的必填验证) u = function() { this.config = { verify: { required: [/[\S]+/, "必填项不能为空"], phone: function(value, i... 阅读全文
posted @ 2017-09-21 18:22 huihui2014
摘要:方法: 在用户点击submit触发响应函数后,直接event.preventDefault();阻止表单转跳的默认事件。 判断成功后,再使用form的submit()方法提交 阅读全文
posted @ 2017-09-20 18:04 huihui2014
摘要: 阅读全文
posted @ 2017-09-11 11:40 huihui2014
摘要:非es6 <input id="sheet_tr" oninput="checkNaN(event)" type="text"/> <input id="sheet_tr" oninput="checkNaN(event)" type="text"/> 阅读全文
posted @ 2017-09-02 17:15 huihui2014