Dolphintabs 菜单在 joomla 1.6 上不起作用
我尝试在 joomla 1.6 模板中使用 dolphin.js,但我遇到问题,海豚菜单无法正常工作,并且我收到一条错误消息:
document.getElementById(this.subcontainers[i]) 为 null [中断此错误] document.getElementById(this.subcontainers[i]).style.display="none"
请帮助我.. 谢谢和问候!
i trying to use dolphin.js in joomla 1.6 template, buut i have a problem, the dolphin menu is not working, and i got an error message :
document.getElementById(this.subcontainers[i])
is null [Break On This Error]
document.getElementById(this.subcontainers[i]).style.display="none"
Please help me out..
Thanks and regards!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很像你与 Mootools 发生了 JS 冲突。尝试使用类似的方法禁用库。
It is very like you have a JS conflict with Mootools. Try disabling the library with something like this.