摘要:
function doSearch(value) { var class1 = $('#selclass11').combobox('getValue'); var class2 = $('#selclass22').combobox('getValue'); var url = encodeURI(... 阅读全文
摘要:
$("#selclass1").combogrid({ onChange: function (c1) { $("#selclass2").combogrid({ disabled: false, ... 阅读全文
摘要:
public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string strkey = context.Request["key"]; string path = context.Server.MapPa... 阅读全文
摘要:
var ltid = ""; /*得到选中的值*/ $("input[name=items]:checked").each(function () { if ($(this).is(":checked")) { if (isValEmpty(ltid)) { ... 阅读全文