jQuery 手风琴 + Magento 问题 - 可能发生冲突?
我在 Magento 环境中使用 jQuerytools 手风琴/选项卡,由于某种原因,该脚本似乎无法正常工作。
如果您查看下面的工作页面,您将看到独立环境中的内容和脚本运行正常。
但是,一旦将其放入 Magento(非工作页面),手风琴窗格就不会打开,我看不到任何明显的错误。
工作页面 - http://www.justkitchens.co/sandbox/ JustDoors/amic-kitchen-doors-chooser.html 非工作页面 - http://www.justkitchens.co/chooser-test/
可以有人帮我吗?
编辑:我已经注释掉了被调用的 jquery-ui.min.js 脚本,事情似乎正在工作......所以看起来那里有冲突......
I'm using the jQuerytools accordion/tab within a Magento environment and for some reason the script doesn't seem to be working.
If you look at the working page below you will see the content and script in a standalone environment working ok.
But as soon as it is dropped in to Magento (Non-working page) the accordion panes don't open and I can't see any obvious errors.
Working Page - http://www.justkitchens.co/sandbox/JustDoors/acrylic-kitchen-doors-chooser.html
Non-Working Page - http://www.justkitchens.co/chooser-test/
Can anyone help me out here?
EDIT: I've commented out the jquery-ui.min.js script being called up and things seem to be working... so looks like a conflict there...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你是否在 noConflict 模式下运行 jquery ?
Magento 使用原型,所以你需要这样做。
来自 http://www.fontis.com.au/blog/magento/使用-jquery-magento:
另一篇关于它的文章: http://css-tricks.com/2011-使用-jquery-in-magneto/
Are you running jquery in noConflict mode?
Magento uses prototype so you need to do this.
From http://www.fontis.com.au/blog/magento/using-jquery-magento:
An alternative article on it: http://css-tricks.com/2011-using-jquery-in-magneto/