Thickbox (jQuery) 打破了 Rails 中的原型

发布于 2024-08-01 20:47:47 字数 194 浏览 6 评论 0原文

我正在创建我的第一个 Rails 应用程序,并使用标准原型库来实现一些效果。 我最近引入了 Thickbox,它打破了以前的所有效果。

我知道 jQuery 有一个无冲突方法,但我不太确定如何实现它?

我应该在jquery 和thickbox .js 文件中对$ 进行查找/替换吗?

谢谢! ——埃利奥特

I'm creating my first rails app, and using the standard prototype library for some effects. I recently brought in Thickbox which is breaking all of the previous effects.

I know there is a no conflict method for jQuery but I'm not exactly sure how to implement it?

Should I just do a find/replace for $ in the jquery and thickbox .js files?

Thanks!
-Elliot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

記柔刀 2024-08-08 20:47:47

我应该只花$ 进行查找/替换吗
在jquery 和thickbox .js 文件中?

不!

您可以查看 jQuery 文档,了解有关使用 noConflict 的详细信息。

Should I just do a find/replace for $
in the jquery and thickbox .js files?

NO !

You can check out the jQuery docs for details on using noConflict.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文