Jquery UI Autocomplete widget conflict qith jqeury.menu widget - how can I solve it?

Posted by JK on Stack Overflow See other posts from Stack Overflow or by JK
Published on 2010-05-04T02:12:10Z Indexed on 2010/05/04 2:18 UTC
Read the original article Hit count: 292

My app already has a completed menu using jquery.menu.js found at http://wiki.jqueryui.com/Menu.

I'm now also trying to add the jquery autocomplete widget from jquery ui 1.8.1 - but both of these have a .menu() function that conflicts with each other.

If I put jquery-ui-1.8.1.custom.js first in the head, then autocomplete works but the menu does not. If I put jquery-menu.js first in the head, then the menu works but autocomplete doesnt.

Is there a way to solve this without editing either plugin? (If I edit, I will probably lose those changes the next time either plugin is upgraded)

© Stack Overflow or respective owner

Related posts about jquery-ui

Related posts about jquery-plugins