+ -
当前位置:首页 → 问答吧 → jQuery的html()不支持IE6吗?

jQuery的html()不支持IE6吗?

时间:2011-08-11

来源:互联网

$.ajax({
type: "post",
url: "budgetDetailByDepartAndYear.action",
data: "year=" + year + "&departId=" + departId,
success: function(msg){

alert("OK!");
alert(msg);
$("#historydetail").html(msg);
// document.getElementById("historydetail").innerHTML = msg
 
}
});

msg信息能正确显示,请教各位大哥大姐了。

作者: brzone   发布时间: 2011-08-11

没人在吗?

作者: brzone   发布时间: 2011-08-11

在线等呀。

作者: brzone   发布时间: 2011-08-11