jQuery UI(iPod Like 菜单)与 jQuery UI AutoComplete 存在冲突
有没有人在运行 jQuery UI AutoComplete 和 jQuery UI iPod(如 DrillDown Menu)时遇到任何问题?
我意识到它仍处于开发阶段,但很好奇如果其他人注意到这个问题? 如果您知道修复方法,那就太棒了。
干杯。
Has anyone run into any problems running jQuery UI AutoComplete and jQuery UI iPod like DrillDown Menu?
I realize it's still in a development stage, but curious if anyone else has noted this issue?
If you know of a fix that would be awesome as well.
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我更新了 jQuery UI iPod(类似钻取菜单)以拥有新的函数名称,效果非常好。
I updated the jQuery UI iPod like drilldown menu to have a new function name and it worked great.
遇到了同样的问题 - 重命名有效:
在 fg.menu.js 中找到(在注释后的顶部)
并替换“菜单”,例如。使用“ipodmenu”,就像
现在您在页面中调用菜单一样
had the same problem - renaming works:
in fg.menu.js find (right on top after comments)
and replace "menu" eg. with "ipodmenu" like
now you call your menu within your pages like