上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页
摘要: $.extend($.fn.validatebox.defaults.rules, { idcard : {// 验证身份证 validator : function(value) { return /^\d{15}... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(80) 评论(0) 推荐(0) 编辑
摘要: $.extend($.fn.validatebox.defaults.rules, { //验证中文 CHS:{ validator:function(value){ return /^[\u0391-\uFFE5]+$/.test(value); ... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(145) 评论(0) 推荐(0) 编辑
摘要: var kaishi = document.getElementsByName("planstarttime"); for(var c=1;c<=kaishi.length;c++){ $("#sta"+c).datebox({ required:true }... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(22) 评论(0) 推荐(0) 编辑
摘要: $(input).eq(1).remove(); document.getElementById(a).getElementsByTagName("input")[1].remove(); $("p").find("span") $('#tab >... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(20) 评论(0) 推荐(0) 编辑
摘要: $.messager.confirm("提示","增加会员成功!",function(data){ if(data){ location.href='../../system/getMemberList.action'; } }); if(confir... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(65) 评论(0) 推荐(0) 编辑
摘要: javaScript,jquery处理 table 动态添加刪除行。 最近,有需要做一个动态的给table,添加行,用了点时间,算是做成了。已测试过,但如果发现有什么bug,可以留言,欢迎拍砖。大家一起进步。 这里,用的jqu... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(79) 评论(0) 推荐(0) 编辑
摘要: function sure(){ document.form1.action='addDhdfinish.action?status=1'; if($('#form1').form('validate')==false){ } else{ $('#form... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(43) 评论(0) 推荐(0) 编辑
摘要: private Set memCardSet = new HashSet(0); 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(33) 评论(0) 推荐(0) 编辑
摘要: I Love You! 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(41) 评论(0) 推荐(0) 编辑
摘要: function getdanwei(danid){ $.ajax({ type:'post', async:false, data:json, url:'../../system/addMember.action', success:f... 阅读全文
posted @ 2022-04-08 18:02 oceanyang 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页