中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

jQuery ajax BUG:object doesn't support this property or method

問題:jQuery控件的一個BUG
使用$.ajax時出現的錯誤,IE7下才會出錯,IE6,IE8都正常。錯誤提示如下圖:

官方論壇上的說明:

http://forum.jquery.com/topic/object-doesn-t-support-this-property-or-method-from-jquery-1-4-1-in-ie7-only
http://dev.jquery.com/ticket/6498
http://dev.jquery.com/ticket/6314

解決方案:
修改jquery-1.4.2.js。

論壇上有人提出的修改方式,我測試過可行。
復制代碼 代碼如下:
Hi, I found this seems to relate to jQuery bug 6314 (http://dev.jquery.com/ticket/6314). In IE7, if "Enable native XMLHTTP support" is checked (under Tools > InterNET Options > Advanced tab > inside the security section) then this error shows up. Unchecking/disabiling the option seems to resolve the error.

However, since I cannot tell all website viewers to uncheck that option, then the following code also seems to resolve the issue:
In non-minified jQuery, find the lines:
try {
var oldAbort = xhr.abort;
xhr.abort = function() {
if ( xhr) {
oldAbort.call( xhr );
}

onreadystatechange( "abort" );
};
} catch(e) { }

replace it with the following code:
try {
var oldAbort = xhr.abort;
xhr.abort = function() {
if ( xhr) {
if (oldAbort.call === undefined) {
oldAbort();
} else {
oldAbort.call( xhr );
}
}

onreadystatechange( "abort" );
};
} catch(e) { }

I believe the issue is as stated by other users in this forum, that the xhr (XMLHTTP) object is a native IE object, so the abort function on the xhr.abort function does not support call.

JavaScript技術jQuery ajax BUG:object doesn't support this property or method,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 激情综合五月 | 精精精精xxxx免费视频 | 国产精品久久久久久52avav | 亚洲国产精品一区二区久久 | 国产成人aⅴ | 亚洲精品视频免费看 | 成人免费视频 | 国产专区在线 | 特黄特色大片免费视频观看 | 欧美在线综合 | 一区欧美 | 亚洲视频一区在线观看 | 久久久久一区二区 | 在线成人av| 国产精品视频一区二区三区不卡 | 亚洲精色 | 亚洲精品片 | 一区二区精品 | 成人午夜网站 | 卡通动漫第一页 | 伊人伊人 | 激情欧美日韩一区二区 | 91精品观看 | 欧美性受xxx | 亚洲欧美综合精品久久成人 | 日韩欧美视频 | 久久激情视频 | 欧美 日韩精品 | 国产一区二区在线免费观看 | 国产成人一区二区三区电影 | 久久久青草婷婷精品综合日韩 | 久草视频观看 | 天天色天天色 | 亚洲成人一二三 | 国产男女猛烈无遮掩视频免费网站 | 欧美中文在线 | 免费黄色的视频 | 国产精品123区 | 亚洲精品久久久9婷婷中文字幕 | 日本精a在线观看 | 69亚洲精品 |