gpt4 book ai didi

javascript - jQuery.support.cors 的替代品

转载 作者:行者123 更新时间:2023-11-30 00:01:49 26 4
gpt4 key购买 nike

我正在更新一个使用 jQuery.support.cors 的 JavaScript 文件,现已弃用;
我应该改用什么?

应用程序在 <iframe> 中运行 在父文档中并使用 $.ajax(); 将数据发送到不同的 url。

jQuery(document).ready(function() { 
jQuery.support.cors = true; // This is now deprecated.
}

最佳答案

文档在这里非常有用。首先,它旨在作为一个内部集合,其次,它建议改用 Modernizr。

A collection of properties that represent the presence of different browser features or bugs. Intended for jQuery's internal use; specific properties may be removed when they are no longer needed internally to improve page startup performance. For your own project's feature-detection needs, we strongly recommend the use of an external library such as Modernizr instead of dependency on properties in jQuery.support

关于javascript - jQuery.support.cors 的替代品,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40181324/

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