摘要: function doSearch(value) { var class1 = $('#selclass11').combobox('getValue'); var class2 = $('#selclass22').combobox('getValue'); var url = encodeURI(... 阅读全文
posted @ 2017-11-02 17:23 DR19 阅读(223) 评论(0) 推荐(0)
摘要: $("#selclass1").combogrid({ onChange: function (c1) { $("#selclass2").combogrid({ disabled: false, ... 阅读全文
posted @ 2017-11-02 17:20 DR19 阅读(376) 评论(0) 推荐(0)
摘要: public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string strkey = context.Request["key"]; string path = context.Server.MapPa... 阅读全文
posted @ 2017-11-02 17:13 DR19 阅读(198) 评论(0) 推荐(0)
摘要: var ltid = ""; /*得到选中的值*/ $("input[name=items]:checked").each(function () { if ($(this).is(":checked")) { if (isValEmpty(ltid)) { ... 阅读全文
posted @ 2017-11-02 17:13 DR19 阅读(328) 评论(0) 推荐(0)