Thickbox (jQuery) 打破了 Rails 中的原型
我正在创建我的第一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不!
您可以查看 jQuery 文档,了解有关使用 noConflict 的详细信息。
NO !
You can check out the jQuery docs for details on using noConflict.