jsp怎么实现只刷新include进来的页面?
1个回答
展开全部
用jquery的异步提交就可以达到你的目的
$.ajax({
type : "post",
url : 'monitor!getRealtimeParamJson.action?djMonitorTemplateDetail.jh=<s:property value="djMonitorTemplateDetail.jh"/>&djMonitorTemplateDetail.parameterName=<s:property value="djMonitorTemplateDetail.parameterName"/>',
dataType:"json",
success:function (data){}
$.ajax({
type : "post",
url : 'monitor!getRealtimeParamJson.action?djMonitorTemplateDetail.jh=<s:property value="djMonitorTemplateDetail.jh"/>&djMonitorTemplateDetail.parameterName=<s:property value="djMonitorTemplateDetail.parameterName"/>',
dataType:"json",
success:function (data){}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询