我已经轻轻检查了代码,它不能与IE 8一起使用并且与Fire fox,Chrome& Safari浏览器。
我已经通过警告检查了响应输出(alert(response);
),它也显示了html内容perfectTried $('#container').html(response);
,但是out与上面相同。
任何形式的支持都会非常明显!提前谢谢。
$.post('<?php echo base_url()."dashboard/set_suitenumber" ?>',
{"price":orginal_price,"suite_number":number}, function(response) {
$('#container').html('');
$('#container').append(response);
});