ajaxForm数据能提交到后台,但是前台得不到后台数据,或者说不能执行回调后的(success)函数,高手指点 20
前台代码:functionconfirmBeiShu(num){varoptions={target:'#data',url:'${contextpath}/applic...
前台代码:
function confirmBeiShu(num){
var options = {
target: '#data',
url: '${contextpath}/application/warehouse/beiShuConfirm/${appShow.applicationId}', //请求地址
type: 'post',
// dataType: 'script',
success: function(){
alert("msg");
//alert("response.responseText");
//alert($('#data').text());
}
};
// 将options传给ajaxForm
$("#financeApplicationForm").ajaxSubmit(options);
}
后台:response.getWriter().write("success"); 展开
function confirmBeiShu(num){
var options = {
target: '#data',
url: '${contextpath}/application/warehouse/beiShuConfirm/${appShow.applicationId}', //请求地址
type: 'post',
// dataType: 'script',
success: function(){
alert("msg");
//alert("response.responseText");
//alert($('#data').text());
}
};
// 将options传给ajaxForm
$("#financeApplicationForm").ajaxSubmit(options);
}
后台:response.getWriter().write("success"); 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询