Magento 问题。无法让查询工作?

发布于 2024-12-15 06:07:03 字数 478 浏览 1 评论 0原文

您好,感谢这里的帮助,我设法获得一个页面来完成我想要做的事情:

您可以在这里看到它:

http://dansiop.com/guyc/our-team/

感谢所有帮助。

我的问题是,我想在 Magento 网站中使用这段代码,并且我已经设置了它,但它不起作用。

有人知道为什么它不起作用吗?

你可以在这里看到我所在的页面: http://www.dansiop.com/epbs/index.php/real -brides.html

我希望它很简单。我尝试将 $ 更改为 jQuery 但没有任何作用。

提前致谢。

Hi thanks to help on here I managed to get a page to do what I wanted it to do:

You can see it here:

http://dansiop.com/guyc/our-team/

So thanks to all that helped.

My issue is that I want to use this piece of code in a Magento website and I have set it up but it isn't working.

Anyone have any ideas why it isn't working?

You can see the page that I am on about here:
http://www.dansiop.com/epbs/index.php/real-brides.html

I hope its something simple. I have tried changing $ to jQuery but that didn't do anything.

Thanks in advance.

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

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

发布评论

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

评论(1

心如狂蝶 2024-12-22 06:07:03

我看到的是你已经包含了 3 个版本的 jquery:

http://code.jquery.com/jquery-latest.js
https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.js
http://www.dansiop.co.uk/epbs/js/jquery.min.js

你应该只包含它一次。

更多详细信息和可能的原因:http: //www.purpleivy.net/web-design/development-tips/2010/03/include-jquery-multiple-times/

What I see is that you have included 3 versions of jquery:

http://code.jquery.com/jquery-latest.js
https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.js
http://www.dansiop.co.uk/epbs/js/jquery.min.js

You should include it only once.

More details and possible causes: http://www.purpleivy.net/web-design/development-tips/2010/03/including-jquery-multiple-times/

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