您好,登錄后才能下訂單哦!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn" lang="zh-cn" dir="ltr">
<head>
<script type="text/javascript" language="javascript" src="http://code.jquery.com/jquery-1.6.1.min.js"></script>
</head>
<body class="mediawiki ltr ns-0 ns-subject page-首頁 skin-modern">
<td>
<a href="javascript:;" title="更新" alt="更新" onclick="status();"/>更新</a>
</td>
<div id="listbao"></div>
</body></html>
<script type="text/javascript" language="javascript">
<!--
function status()
{
$.ajax(
{
type: "POST",
url: 'http://www.xxx.com',
data: { id: 'test'},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert(XMLHttpRequest.status);
alert(XMLHttpRequest.readyState);
alert(textStatus);
alert( errorThrown);
},
complete: function(XMLHttpRequest, textStatus) {
this; // 調(diào)用本次AJAX請求時(shí)傳遞的options參數(shù)
},
success: function(result){alert(result);}
});
}
-->
</script>
---------------------------------------------------------------------------------------------------------------------------------------------------------------
上面代碼怎么運(yùn)行.自么都有錯(cuò)誤.寫的也都對啊..errorthrown 提示 not transport .搞什么搞..
找谷歌大叔吧....就找到下在這個(gè)BUG
Ajax calls to encoded Internationalized domain names doesn't work in Internet Explorer
Using jQuery 1.5 or 1.5.1, any ajax() calls to encoded Internationalized domain names (IDN) (like xn--bcher-kva.ch) seems to fail in Internet Explorer 8. It worked fine in jQuery 1.4.4 and also with 1.5+ in any other browser than IE. It also works when using the unencoded domain name.
What happens in IE8 is that the ajax error callback is triggered with the not so helpful "error" in the textstatus variable, and jqXHR.responseText as "undefined".
I know I'm supposed to provide a test case, but unfortunately I only have access to one IDN, which belongs to a customer, so I can't. I hope this report can come to some use anyway. Maybe someone else who sees the ticket have access to a public IDN and can provide a test case (any simple ajax call will do).
真讓jq打敗了..
換了1.4.4版本正常了
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。