摘要: String motime = "(([0-9]{3}[1-9]|[0-9]{2}[1-9][0-9]{1}|[0-9]{1}[1-9][0-9]{2}|[1-9][0-9]{3})(((0[13578]|1[02])(0[1-9]|[12][0-9]|3[01]))|((0[469]|11)(0[ 阅读全文
posted @ 2018-11-15 16:09 yunxu 阅读(846) 评论(0) 推荐(0) 编辑
摘要: var checkClick = function() { var clicktag = 0; $("#").click(function () { if (clicktag == 0) { clicktag = 1; setTimeout(function () ... 阅读全文
posted @ 2017-11-08 11:35 yunxu 阅读(4973) 评论(0) 推荐(0) 编辑
摘要: // 日期格式化 Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHou... 阅读全文
posted @ 2017-09-11 10:48 yunxu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: var $newNode=$("<input type='text' style='width:250px; height:20px; maxlength='20' id='textinput' onclick='doSomething(this,event)' >"); var $oldTdObj 阅读全文
posted @ 2017-08-09 10:30 yunxu 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 做个记录,以备后用 java代码: public String texuChange() throws Exception { try { Map<String, Object> map = new HashMap<String, Object>(); if(texu != null){ Simpl 阅读全文
posted @ 2017-08-04 17:06 yunxu 阅读(5444) 评论(0) 推荐(0) 编辑