一区二区三区日韩精品-日韩经典一区二区三区-五月激情综合丁香婷婷-欧美精品中文字幕专区

分享

Should I use .done() and .fail() for new jQuery AJAX code instead of success and error

 悅光陰 2022-12-24 發(fā)布于北京

Should I use .done() and .fail() for new jQuery AJAX code instead of success and error

I have coded like this:

$.ajax({ cache: false,
    url: "/Admin/Contents/GetData",
    data: { accountID: AccountID },
    success: function (data) {
        $('#CityID').html(data);
    },
    error: function (ajaxContext) {
        alert(ajaxContext.responseText)
    }
});

But when I look at the jQuery .ajax() documentation at the end it seems to suggest I should be coding like this below or at least it suggests adding a .done() and a .fail():

var request = $.ajax({ cache: false,
    url: "/Admin/Contents/GetData",
    data: { accountID: AccountID }
});

request.done(function (data) {
    xxx;
});
request.fail(function (jqXHR, textStatus) {
    xxx;
});

Update

If I code like this is it the same or is there some advantage to breaking it into three ?

$.ajax({ cache: false,
    url: "/Admin/Contents/GetData",
    data: { accountID: AccountID }
}).done(function (data) {
    xxx;
}).fail(function (jqXHR, textStatus) {
    xxx;
});

 

回答:

As stated by user2246674, using success and error as parameter of the ajax function is valid.

To be consistent with precedent answer, reading the doc :

Deprecation Notice:

The jqXHR.success(), jqXHR.error(), and jqXHR.complete() callbacks will be deprecated in jQuery 1.8. To prepare your code for their eventual removal, use jqXHR.done(), jqXHR.fail(), and jqXHR.always() instead.

If you are using the callback-manipulation function (using method-chaining for example), use .done(), .fail() and .always() instead of success(), error() and complete().

 

    本站是提供個(gè)人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多

    日韩丝袜诱惑一区二区| 国内胖女人做爰视频有没有| 国产精品午夜福利在线观看| 激情五月综五月综合网| 欧美一区二区三区喷汁尤物| 久久精品色妇熟妇丰满人妻91| 99久久精品午夜一区二| 国产对白老熟女正在播放| 日韩美成人免费在线视频| 中文字幕日韩一区二区不卡| 欧美一区二区在线日韩| 丰满人妻熟妇乱又乱精品古代| 青青操视频在线观看国产| 国产又粗又长又爽又猛的视频| 国产丝袜女优一区二区三区| 亚洲男人天堂网在线视频| 亚洲一区二区三区三区| 久久热在线免费视频精品| 国产免费无遮挡精品视频| 亚洲欧美日韩熟女第一页| 日韩欧美在线看一卡一卡| 亚洲欧美日本国产不卡| 少妇高潮呻吟浪语91| 亚洲欧洲在线一区二区三区| 欧美日韩成人在线一区| 俄罗斯胖女人性生活视频| 手机在线观看亚洲中文字幕| 久久91精品国产亚洲| 免费人妻精品一区二区三区久久久| 午夜福利直播在线视频| 人妻中文一区二区三区| 日韩国产中文在线视频| 亚洲av首页免费在线观看| 亚洲精品一区二区三区免| 日韩丝袜诱惑一区二区| 丁香七月啪啪激情综合| 成人免费高清在线一区二区| 日本婷婷色大香蕉视频在线观看| 欧美极品欧美精品欧美| 日韩精品第一区二区三区| 老司机精品视频在线免费看|