在不适用于IE 8的div中附加ajax响应

时间:2013-04-26 09:47:25

标签: jquery internet-explorer append

我已经轻轻检查了代码,它不能与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);  
});

0 个答案:

没有答案