使用 jQuery 的 Magento 库有问题吗?

发布于 2024-10-19 16:55:02 字数 380 浏览 1 评论 0原文

您好,我目前正在使用 magento,并希望使用 jquery 将 jquery 幻灯片与圆角集成。然而,我在与其他人一起使用 jquery 时遇到问题,即使我已将代码包装在:

(function($) {        
    $(document).ready(function(){
    // code here
    }); 
})(jQuery);

您可以找到我的 js 文件的链接 此处

我从 jquery site/cdn 调用 jquery-latest,主题是默认的。

Hi I am working with magento at the moment and want to integrate a jquery slideshow with rounded corners using jquery. However I am having a problem using jquery with the others, even though I have wrapped my code in:

(function($) {        
    $(document).ready(function(){
    // code here
    }); 
})(jQuery);

You can find a link to my js file here.

I am calling jquery-latest from the jquery site/cdn, and the theme is default.

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

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

发布评论

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

评论(1

手心的海 2024-10-26 16:55:02

尽管您已将代码正确包装在匿名函数中,但您的主题是否也为 Prototype 调用 jQuery 的 noConflict清酒?

Although you have correctly wrapped your code in an anonymous function does your theme also call jQuery's noConflict for Prototype's sake?

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