Prototype 和 jQuery 一起?

发布于 2024-08-16 16:28:06 字数 77 浏览 5 评论 0原文

我注意到我使用的某个脚本依赖于原型。 (Lightbox 2) 它会与 jQuery 在同一页面上一起工作吗?有没有办法确保它们不发生冲突?

I noticed that a certain script I use relies on prototype. (Lightbox 2) Will it work together on the same page as jQuery? Is there way to make sure that they don;t conflict?

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

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

发布评论

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

评论(3

千と千尋 2024-08-23 16:28:06

可以,但如果您使用 $()<,则需要采取特殊步骤 /code> 特殊功能。基本上,这取决于您调用库和/或调用 jQuery.noConflict() 的顺序。

You can but you need to take special steps if you're using the $() special function. Basically it comes down to the order you call libraries and/or calling jQuery.noConflict().

若水般的淡然安静女子 2024-08-23 16:28:06

使用 jQuery.noConflict 以便您需要显式使用 jQuery 对象进行调用(即 jQuery('#selector') 而不是 $ 别名。

Use jQuery.noConflict so that you are required to make calls using the jQuery object explicitly (i.e. jQuery('#selector') instead of the $ alias.

一个人的夜不怕黑 2024-08-23 16:28:06

有一个大量的 Lightbox 克隆,为什么不选择 jQuery 呢?不管如何避免库之间的冲突,一个页面上有两个 JS 库的下载量会很大。

There's a huge number of lightbox clones, why not choose a jQuery one? Regardless of avoiding conflicts between the libraries, having two JS libraries on one page is a lot to download.

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