该文被密码保护。 阅读全文
posted @ 2020-12-20 12:12 HwChinchilla 阅读(1) 评论(0) 推荐(0) 编辑
摘要: select[disabled='disabled']::-ms-value { color: rgba(68, 68, 68, 1); } 阅读全文
posted @ 2018-04-25 11:45 HwChinchilla 阅读(2086) 评论(0) 推荐(0) 编辑
摘要: $(".demo_5 button").click(function() { swal({ title: "Good!", text: '自定义<span style="color:red">图片</span>、<a href="#">HTML内容</a>。<br/>5秒后自动关闭。', image 阅读全文
posted @ 2018-04-25 11:44 HwChinchilla 阅读(4303) 评论(0) 推荐(0) 编辑
摘要: xxx....格式: <style> .ui-jqgrid tr.jqgrow td { text-overflow : ellipsis; } </style> 过长换行: <style> .ui-jqgrid tr.jqgrow td { white-space: normal !importa 阅读全文
posted @ 2018-04-25 11:43 HwChinchilla 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: jQuery.validator.addMethod("license", function(value, element) { // var length = value.length; var license = /[^_IOZSVa-z\W]{2}\d{6}[^_IOZSVa-z\W]{10} 阅读全文
posted @ 2018-04-25 11:42 HwChinchilla 阅读(1333) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $(".button1").click(function(){ if($("#div1").css("display")=="none") { alert("隐藏"); } else { alert("显示"); } }); }); 阅读全文
posted @ 2018-04-25 11:41 HwChinchilla 阅读(807) 评论(0) 推荐(0) 编辑
摘要: 给jqgrid设置上宽度即可 $("#table_NotDaiyEnd").setGridWidth(1000); 阅读全文
posted @ 2018-04-25 11:40 HwChinchilla 阅读(286) 评论(0) 推荐(0) 编辑
摘要: $( pGridId ).closest(".ui-jqgrid-bdiv").css({ 'overflow-x' : 'hidden' }); 阅读全文
posted @ 2018-04-25 11:39 HwChinchilla 阅读(197) 评论(0) 推荐(0) 编辑
摘要: @JSON(format="yyyy-MM-dd HH:mm:ss")//加上这句处理页面显示时带T的问题。 public return olOperationDate; } 阅读全文
posted @ 2018-04-25 11:38 HwChinchilla 阅读(203) 评论(0) 推荐(0) 编辑
摘要: <button type="button" class="btn btn-white" id="closeTree">关闭</button> <script type="text/javascript"> $(function(){ $("#closeTree").click(function(){ 阅读全文
posted @ 2018-04-25 11:37 HwChinchilla 阅读(239) 评论(0) 推荐(0) 编辑