Try to use this version of autocomplete for now: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Usage: jQuery('#employesearch').autocomplete(mydata, { other options... });
Jörn On Fri, Jan 16, 2009 at 2:48 PM, Olivier <[email protected]> wrote: > > Hello, > > I am sorry but I can't get the UI Autocomplete to work. I am using > jQuery 1.2.6 + jQuery UI 1.5.3 + ui.autocomplete.js (found on the > SVN). > > Here is my declaration : > var mydata = "moi toi".split(" "); > jQuery('#employesearch').autocomplete({data:mydata}); > > On the loading side, I have loaded jQuery first, then jQuery ui 1.5.3 > with dependency on jQuery and then ui.autocomplete with dependency on > jQuery ui. > > Any idea would be more than welcome ;) > > Thanks! > > Olivier > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
