做爰高潮a片〈毛片〉,尤物av天堂一区二区在线观看,一本久久A久久精品VR综合,添女人荫蒂全部过程av

最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當(dāng)前位置: 首頁 - 科技 - 知識百科 - 正文

jQueryajaxBUG:objectdoesn'tsupportthispropertyormethod_jquery

來源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-27 20:53:58
文檔

jQueryajaxBUG:objectdoesn'tsupportthispropertyormethod_jquery

jQueryajaxBUG:objectdoesn'tsupportthispropertyormethod_jquery:問題:jQuery控件的一個(gè)BUG 使用$.ajax時(shí)出現(xiàn)的錯(cuò)誤,IE7下才會出錯(cuò),IE6,IE8都正常。錯(cuò)誤提示如下圖: 官方論壇上的說明: http://forum.jquery.com/topic/object-doesn-t-support-this-property-or-method-from-jqu
推薦度:
導(dǎo)讀jQueryajaxBUG:objectdoesn'tsupportthispropertyormethod_jquery:問題:jQuery控件的一個(gè)BUG 使用$.ajax時(shí)出現(xiàn)的錯(cuò)誤,IE7下才會出錯(cuò),IE6,IE8都正常。錯(cuò)誤提示如下圖: 官方論壇上的說明: http://forum.jquery.com/topic/object-doesn-t-support-this-property-or-method-from-jqu

問題:jQuery控件的一個(gè)BUG
使用$.ajax時(shí)出現(xiàn)的錯(cuò)誤,IE7下才會出錯(cuò),IE6,IE8都正常。錯(cuò)誤提示如下圖:

官方論壇上的說明:

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.

聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

文檔

jQueryajaxBUG:objectdoesn'tsupportthispropertyormethod_jquery

jQueryajaxBUG:objectdoesn'tsupportthispropertyormethod_jquery:問題:jQuery控件的一個(gè)BUG 使用$.ajax時(shí)出現(xiàn)的錯(cuò)誤,IE7下才會出錯(cuò),IE6,IE8都正常。錯(cuò)誤提示如下圖: 官方論壇上的說明: http://forum.jquery.com/topic/object-doesn-t-support-this-property-or-method-from-jqu
推薦度:
標(biāo)簽: bug do this
  • 熱門焦點(diǎn)

最新推薦

猜你喜歡

熱門推薦

專題
Top
主站蜘蛛池模板: 望谟县| 论坛| 融水| 财经| 桃园市| 贵溪市| 加查县| 河曲县| 诏安县| 南雄市| 攀枝花市| 黑龙江省| 福安市| 会昌县| 平凉市| 股票| 藁城市| 阿尔山市| 明水县| 松原市| 泰州市| 汤原县| 淮北市| 霍山县| 右玉县| 馆陶县| 武定县| 鹤壁市| 梁平县| 玉林市| 衡阳县| 婺源县| 镇沅| 蒲城县| 波密县| 定安县| 卢氏县| 睢宁县| 兴义市| 呼和浩特市| 钦州市|