我用jquery的Ajax,同樣的程式,在Fx、GC、Safari都正常
偏偏只有IE8
我的程式是這樣
var response = jQuery.ajax({
url: 'do.php?ac=ajax&op=album&id='+albumid+'&inajax=1',
type: "POST",
dataType:'xml',
async: false
}).responseXML ;
jQuery('#albumpic_body').html(response.firstChild.firstChild.nodeValue);
IE給的錯誤訊息:
Line: 224
Error: Object required
然後我看它的Developer
結果第224是css的敘述,我真的快無言了
有人可以幫一下嗎
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.117.39.194
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章