文章分类 -  jquery

摘要://先是封装数组 var idArray = {}; var j=0; idArray["OperationCheckIds[" + j + "]"] = dataitem.OperationCheckId;//j必须是从0开始的数组,不然后台是不能为空的数组或list集合类型时会接受不到数据 // 阅读全文
posted @ 2017-01-22 10:24 飞刀软件 阅读(957) 评论(0) 推荐(0)
摘要:var monitorLeveId = ""; $(".monitorLeve:checked").each(function (e) { if (monitorLeveId == "") { monitorLeveId = this.id; } else { monitorLeveId += ", 阅读全文
posted @ 2016-12-07 10:47 飞刀软件 阅读(2583) 评论(0) 推荐(1)