Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的论坛上,我在标题中链接了多个 jquery 版本。它们中的大多数来自我之前安装的插件,它们会自动插入。
我的问题是,这个不同版本的 jquery 是否会相互交互,并且可能会阻止某些脚本正常工作或根本无法工作?
不是只有 1 个 jquery 版本适用于所有这些插件和我自己的脚本吗?
问候,西弗
加载多个 jQuery 库可能会导致意外行为。它更好用jQuery.noConflict()。
jQuery.noConflict()