您的位置:首页 > Web前端 > JQuery

jquery post error

2015-08-07 17:37 627 查看
$.post("http://localhost:8080/codedictWebService/findCodedict", {
id : id
}, function(data) {
$("#findCodedictid").val(data.id);
$("#findCodedictccatalog").val(data.ccatalog);
$("#findCodedictcode").val(data.code);
$("#findCodedictsvalue").val(data.svalue);
$("#findCodedictsortvalue").val(data.sortvalue);
}, "json").error(function(xhr, errorText, errorType) {
alert('错误');
}, "json");
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: