使用jquery.post提交请求
怎么样在提交请求的页面求情之后根据json返回对象的值判断如果返回集合为空则弹出对话框“没有符合条件的查询结果”否则的话在当前页面获取返回的结果集遍历出来我现在是jQue...
怎么样在提交请求的页面求情之后 根据json返回对象的值判断如果返回集合为空则弹出对话框“没有符合条件的查询结果” 否则的话在当前页面获取返回的结果集遍历出来 我现在是
jQuery.post('/lecav/queryWorklogAction_new.do?method=execute',{'username':encodeURI(encodeURI(username))
,'mapid':mapid,'mapname':encodeURI(encodeURI(mapname)),'starttime':starttime,
'endtime':endtime,'title':encodeURI(encodeURI(title))},function(data){
if(data.msg=="success"){
}else{
parent.openAlert("没有符合条件的数据!");
}
},'json');
其中if中应该怎么写?我后台可以返回查找到的list集合 怎么在当前页面获取出来 在后台我是把集合放在了request中了 展开
jQuery.post('/lecav/queryWorklogAction_new.do?method=execute',{'username':encodeURI(encodeURI(username))
,'mapid':mapid,'mapname':encodeURI(encodeURI(mapname)),'starttime':starttime,
'endtime':endtime,'title':encodeURI(encodeURI(title))},function(data){
if(data.msg=="success"){
}else{
parent.openAlert("没有符合条件的数据!");
}
},'json');
其中if中应该怎么写?我后台可以返回查找到的list集合 怎么在当前页面获取出来 在后台我是把集合放在了request中了 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询