jquery ajax post 问题
functiontest(access_url,tipE){$.post(access_url,{first:"test1",second:"test2"},functi...
function test(access_url, tipE){
$.post(access_url,{
first: "test1", second: "test2"
}, function(data){
if(data.success){
$('#' + tipE).html('处理成功');
}else{
$('#' + tipE).html(data.msg);
}
},'json'
)
}
我怎么把上面的date 指定到我上面里的一个id上,请各位帮忙啊,在线等,急用呢! 展开
$.post(access_url,{
first: "test1", second: "test2"
}, function(data){
if(data.success){
$('#' + tipE).html('处理成功');
}else{
$('#' + tipE).html(data.msg);
}
},'json'
)
}
我怎么把上面的date 指定到我上面里的一个id上,请各位帮忙啊,在线等,急用呢! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询