上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 88 下一页
摘要: var cityId = $('#jyzjg').combobox({ disabled:true, }); cityId.remove(); 阅读全文
posted @ 2019-04-14 17:58 那些年的代码 阅读(390) 评论(0) 推荐(0) 编辑
摘要: $("#ajname").textbox("setValue",name); $("#jyzjg").combobox("setValue",prov); $("#jyzjg").combobox("getValue"); 清空某个id的值 $('#jyzjg').combobox('clear') 阅读全文
posted @ 2019-04-14 17:58 那些年的代码 阅读(934) 评论(0) 推荐(0) 编辑
摘要: 比如<select class="selector"></select> 1、设置value为“全部“的项选中 复制代码代码如下: $(".selector").val("全部"); 2、设置text为“全部“的项选中 复制代码代码如下: $(".selector").find("option[te 阅读全文
posted @ 2019-04-14 17:57 那些年的代码 阅读(1566) 评论(0) 推荐(0) 编辑
摘要: 实现区县和街道二级关联 var qxj = document.getElementById('map_qyssqx'); getStandCodeTableResult('qxdm','011',qxj,1); if('${map.qyssqx}'!=''){ document.getElement 阅读全文
posted @ 2019-04-14 17:55 那些年的代码 阅读(187) 评论(0) 推荐(0) 编辑
摘要: $('#jyzjg').combobox('clear'); alert($('#jyzjg').combobox("getValue")); 阅读全文
posted @ 2019-04-14 17:55 那些年的代码 阅读(503) 评论(0) 推荐(0) 编辑
摘要: JS回显 var jksp=document.getElementsByName("spjdcyModel.jksp"); // alert(jksp[0].value); //alert(jksp[1].value); for(var i=0;i<jksp.length;i++){ if(jksp 阅读全文
posted @ 2019-04-14 17:49 那些年的代码 阅读(1934) 评论(0) 推荐(0) 编辑
摘要: if(!!window.parent.opener.window.jxxcyjcx) { window.parent.opener.window.jxxcyjcx(cydh); } 若父页面有jxxcyjcx()方法时候才会执行里面的方法,就是判断一下 阅读全文
posted @ 2019-04-14 17:48 那些年的代码 阅读(328) 评论(0) 推荐(0) 编辑
摘要: <c:forEach items="${listtest}" var="provinces"> <input type="checkbox" name="map.zffwmc" value="${provinces.CODE}" <c:forEach items="${listspfl}" var= 阅读全文
posted @ 2019-04-14 17:00 那些年的代码 阅读(337) 评论(0) 推荐(0) 编辑
摘要: var qxs = document.getElementsByName("qx"); for(var i=0;i<qxs.length;i++){ var e=qxs[i]; e.checked=!e.checked; } <!--5f39ae17-8c62-4a45-bc43-b32064c93 阅读全文
posted @ 2019-04-14 16:59 那些年的代码 阅读(441) 评论(0) 推荐(0) 编辑
摘要: function fnqd(zj,rwmc){ window.parent.opener.document.getElementById("jcrwModel_sjrwzj").value=zj; window.parent.opener.document.getElementById("jcrwM 阅读全文
posted @ 2019-04-14 16:52 那些年的代码 阅读(370) 评论(0) 推荐(0) 编辑
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 88 下一页