jQuery UI(iPod Like菜单)与jQuery UI AutoComplete有冲突 [英] jQuery UI (iPod Like Menu) has a confliction with jQuery UI AutoComplete

查看:117
本文介绍了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?

http://wiki.jqueryui.com/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.

干杯.

推荐答案

存在相同的问题-重命名工程:

had the same problem - renaming works:

在fg.menu.js中找到(评论后位于顶部)

in fg.menu.js find (right on top after comments)

var allUIMenus = [];
$.fn.menu = function (options) {

并替换菜单",例如.带有

and replace "menu" eg. with "ipodmenu" like

var allUIMenus = [];
$.fn.ipodmenu = function (options) {

现在您可以在页面之内调用菜单,例如

now you call your menu within your pages like

$('#flyout').ipodmenu({
        content: $('#flyout').next().html(),
        flyOut: true 
    });

这篇关于jQuery UI(iPod Like菜单)与jQuery UI AutoComplete有冲突的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆