随笔分类 - JsAndJQ
摘要://数据校验 /** *{type:"类型",notEmpty:true,regxp: reg,MaxLength: number,MinLength number,message: '错误提示信息'} * 校验类型 type:phone(手机号)/mail(邮箱)/mount(整数)/money(金额)/passwd(密码)/reg(正则验证)/notNull(不能为空) 必填 * 是否...
阅读全文
摘要:/*错误提示框*/ var wr = function() { var wrap = ' '; var callback; var me = this; var htmlBox = ''; // 遮罩显示 me.faIn = function faIn(callback) { $('body').append(wrap); ...
阅读全文
摘要:$(function(){ pushHistory(); window.addEventListener("popstate", function(e) { window.location.reload();//跳转后执行的方法 }, false); function pushHistory() { var state = { ...
阅读全文

浙公网安备 33010602011771号