gpt4 book ai didi

ruby-on-rails-3 - 在 Rails 3.1.3 Assets 中放置 Jquery 没有冲突

转载 作者:行者123 更新时间:2023-12-04 07:17:22 25 4
gpt4 key购买 nike

我的应用程序同时使用原型(prototype)和 jquery,所有文件都由 application.js 文件加载,但我需要添加 jquery.noconflict(),我该如何处理它以及在何处添加此 noconflict 行。

最佳答案

经过一段时间的思考得到了解决方案。除了使用 jquery 的 noconflict 之外,我还需要以特定顺序加载文件,这样它们就不会发生冲突。

为此,我覆盖了 application.js 文件并按要求的顺序列出所有必需的 js 文件,其中一个 js 具有 jquery.noconflict 行以使 jquery 和 protype 兼容。

喜欢

// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
//= require jquery
//= require jquery_ujs

//= require noconflict
//= require prototype
//= require compose
//= require s3_upload

并删除最后一行 require_tree,这样 Assets 编译器就不会自己添加文件。

感谢所有关注此问题的人。

关于ruby-on-rails-3 - 在 Rails 3.1.3 Assets 中放置 Jquery 没有冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8969397/

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