jquery ui 小部件之间的冲突
我正在使用此页面中的 带有面包屑的 ipod 样式菜单 http://www .filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/
和
http://jqueryui.com/demos/autocomplete/#combobox 同时。 现在的问题是他们之间存在矛盾。带面包屑的 Ipod 风格菜单效果很好,但组合框则不然。组合框给出一堆错误。我建议两者都使用相同的变量名称。有什么办法可以解决这个问题吗?
I'm using ipod style menu with breadcrumb from this page http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/
and
http://jqueryui.com/demos/autocomplete/#combobox at the same time.
Now the problem is they're conflicting. Ipod style menu with breadcrumb works well but combobox doesn't. The combobox giving bunch of errors. I suggest both using same var names. Is there any way to fix that problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您使用两者的目的相同还是不同?如果不同,则效果很好,就像我刚刚在这里实现的那样,您可以查看此演示
http://jsfiddle.net/r8tHu/15/
Are yo using both for the same or for different?If different it works well as I have just implemented here you can go through this demo
http://jsfiddle.net/r8tHu/15/
新的 jQuery UI 菜单与 Ipod 菜单的功能不一样吗?
您可以尝试使用它,因为它都是 jQuery UI 团队的官方小部件:
http://docs.jquery.com/UI/Menu
您能粘贴您收到的错误吗?
Dosen't the new jQuery UI Menu do the same as the Ipod Menu?
You can try using this instead, since it is both official widgets from the jQuery UI team:
http://docs.jquery.com/UI/Menu
Could you paste the errors you get?