怎样获取form表单中的easyui combobox复选取值相对应的id 5
在前台设置了一个form表单,form表单中包含了10个easyuicombobox下拉列表框,combobox下拉列表框均为复选框,现在前台要传各个combobox下拉...
在前台设置了一个form表单,form表单中包含了10个easyui combobox下拉列表框,combobox下拉列表框均为复选框,现在前台要传各个combobox下拉列表框复选值所对应的ID到后台去,我用了一个“var rows = $("#queryForm").serialize();”、“data: JSON.stringify(rows),”,获取到form表单的值传到后台,后台解析出来的下拉列表复选值对应的id,但是现在我只能获取到最后一个复选值对应的id,这个该怎样改?
展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
展开全部
var width = $(window).width()-80;
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询