[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-22 Thread Aaron Heimlich
On Fri, Aug 22, 2008 at 12:42 AM, Ca Phun Ung <[EMAIL PROTECTED]> wrote: > The development version of UI introduced a new autocomplete widget > (ui.autocomplete). jQuery UI 1.6's autocomplete widget is actually a port of Jorn Zaefferer's Autocomplete plugin[1]. The API has probably changed some

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-22 Thread Ca Phun Ung
andrejk wrote: > Seems to be something with the jquery ui downloads. If i select "build > your download" on the jquery ui site, select all packages, minimized > version, and use that, autocomplete works. > If i select the development bundle and use jquery.ui.all or > jquery.ui.all.min, autocomplet

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-21 Thread MorningZ
Maybe get the "dev" version and pack it yourself (http:// dean.edwards.name/packer/) would be worth a shot

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-21 Thread andrejk
Seems to be something with the jquery ui downloads. If i select "build your download" on the jquery ui site, select all packages, minimized version, and use that, autocomplete works. If i select the development bundle and use jquery.ui.all or jquery.ui.all.min, autocomplete doesn't work. On Aug 2

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-21 Thread MorningZ
Hmmm i got this to work just fine... perhaps differences in "ui.js" (as you can see, mine is right off the official site) ? http://www.w3.org/1999/xhtml";> Autocomplete and jQuery UI Test http://ui.jquery.com/js/jquery.js"; type="text/ javascript"> http://jquery.bassist

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-21 Thread larksys
I'm at the same place you are. I don't get it. My code looks very similar to yours.

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-21 Thread andrejk
Nothing works, and no errors in the firebug console. I think autocomplete doesn't get any events when i enter something in the input field. It's like i didn't enable autocomplete on the field. On Aug 21, 5:31 pm, MorningZ <[EMAIL PROTECTED]> wrote: > "fixes the problem." > > Other than "doesn't w

[jQuery] Re: autocomplete plugin incompatible with jquery.ui ?

2008-08-21 Thread MorningZ
"fixes the problem." Other than "doesn't work", what is the problem (what does firebug tell you?)