UI Autocomplete not working :(
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