[jQuery] Autocomplete plugin: update for jQuery 1.01

2006-08-31 Thread Dylan Verheul
The newest jQuery 1.01 broke my autocomplete plugin, so I have released an update. http://www.dyve.net/jquery?autocomplete Known issue: - When no autocomplete results are found, input field remains in "busy mode". This will be fixed in a new update (soon). Have fun with it.

[jQuery] Autocomplete plugin: update for jQuery 1.01

2006-09-01 Thread Geoff Knutzen
Hi Dylan,   Thanks for making your autocomplete plugin for jquery.   This is my first adventure with jquery. So far I really like it.   I do have a question for you about your plugin. What is the purpose of  e.preventDefault(); in the keydown function?   The reason I ask is becaus

Re: [jQuery] Autocomplete plugin: update for jQuery 1.01

2006-08-31 Thread John Resig
Wait - how'd it break your plugin? Nothing should've broken with the bug fix release. I think I messed up "foo > bar", which I'm working to fix right now. --John On 8/31/06, Dylan Verheul <[EMAIL PROTECTED]> wrote: > The newest jQuery 1.01 broke my autocomplete plugin, so I have > released an upd

Re: [jQuery] Autocomplete plugin: update for jQuery 1.01

2006-08-31 Thread Dylan Verheul
On 8/31/06, John Resig <[EMAIL PROTECTED]> wrote: > Wait - how'd it break your plugin? Nothing should've broken with the > bug fix release. I think I messed up "foo > bar", which I'm working to > fix right now. Because I hadn't ported autocomplete to 1.0 yet :-) There was some .set stuff in there

Re: [jQuery] Autocomplete plugin: update for jQuery 1.01

2006-09-02 Thread Dylan Verheul
Simple explanation: e.preventDefault prevents the default event from happening jQuery should make this available in ie are you sure you have the right event as e? On 9/2/06, Geoff Knutzen <[EMAIL PROTECTED]> wrote: > > > > > Hi Dylan, > > > > Thanks for making your autocomplete plugin for jquery.