gpt4 book ai didi

javascript - 全局覆盖 ajax beforeSend

转载 作者:行者123 更新时间:2023-12-02 17:34:48 30 4
gpt4 key购买 nike

所以我们在发送之前有这个ajax选项

$.ajax({
beforeSend: function(){
// to do
}
});


有没有办法在全局范围内覆盖这个?
例如,我想在所有 ajax 上插入一个函数,并且我想通过创建一个函数来完成此操作,而不是逐个调用所有 $.ajax 调用。

最佳答案

您可以检查 .ajaxStart() - 它对于所有 AJAX 调用都是全局的。

Whenever an Ajax request is about to be sent, jQuery checks whether there are any other outstanding Ajax requests. If none are in progress, jQuery triggers the ajaxStart event. Any and all handlers that have been registered with the .ajaxStart() method are executed at this time.

更多信息@ https://api.jquery.com/ajaxStart/

关于javascript - 全局覆盖 ajax beforeSend,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22709197/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com