尽管加载了 jQuery,$ 不是函数

发布于 2024-11-07 10:32:51 字数 182 浏览 0 评论 0原文

Firebug 说“$ 不是函数”,尽管 jQuery 已在此站点上加载(两次!):

http://www.magiskecirkel .no/

有人能告诉我为什么吗? :-)

谢谢!

Firebug says "$ is not a function" although jQuery is loaded (twice!) on this site:

http://www.magiskecirkel.no/

Can anybody tell me why? :-)

Thanks!

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

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

发布评论

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

评论(3

暮色兮凉城 2024-11-14 10:32:51

jQuery 在该页面上设置为无冲突模式:
$wpbr = jQuery.noConflict();,因此它不绑定到 $ 函数,而是绑定到 $wpbr。

jQuery is set to no conflict mode on that page:
$wpbr = jQuery.noConflict();, so it's not bound to the $ function but to $wpbr.

友欢 2024-11-14 10:32:51

您正在使用 wordpress,我相信它包含原型库。原型覆盖 jquery 提供的 '$' 函数: http:// /elementdesignllc.com/2009/08/wordpress-jquery-is-not-a-function/

您可能想查看无冲突模式:http://api.jquery.com/jQuery.noConflict/

You're using wordpress, which I believe includes the prototype library. Prototype overwrites the '$' function provided by jquery: http://elementdesignllc.com/2009/08/wordpress-jquery-is-not-a-function/

you might want to check out noconflict mode: http://api.jquery.com/jQuery.noConflict/

十年不长 2024-11-14 10:32:51

有一点可以让 jQuery 使用名称 jQuery 而不是 $,也许您已经打开了它。

There's a bit which lets jQuery use the name jQuery instead of $, and perhaps you've got that turned on.

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