[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Jörn, Seems like its enough to bind the keypress event... You may want to do some testing on keypress. I think keydown was used for repeating character purposes. It might be better off to just trap the [enter] key on keypress and leave the other co

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Dan G. Switzer, II
Jörn, >Seems like its enough to bind the keypress event... You may want to do some testing on keypress. I think keydown was used for repeating character purposes. It might be better off to just trap the [enter] key on keypress and leave the other code only. I'm pretty sure the keydown ev

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: Another issue is Opera insisting on submitting the form when pressing enter, even with event.preventDefault() called at the right moment, at least it works in IE and Firefox. Anyone got an idea how that can be avoided? I've never been able to fix that, but it's be

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Another issue is Opera insisting on submitting the form when pressing enter, even with event.preventDefault() called at the right moment, at least it works in IE and Firefox. Anyone got an idea how that can be avoided? I've never been able to fix that, but it'

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Jörn Zaefferer
Sean O schrieb: I could see my users typing in the comma in a multiple select scenario, so I cast my vote for comma-as-selector. Okay, gonna investigate it after a first release. Should be too hard to get the keycode for a dynamic character. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Sean O
I could see my users typing in the comma in a multiple select scenario, so I cast my vote for comma-as-selector. Great to see you guys collaborating on an important (IMHO) and useful plugin. I wish I had more time (and expertise lol) to lend a hand. ___ SEAN O http://www.sean-o.com Jörn

[jQuery] Re: Autocomplete plugin status2

2007-04-17 Thread Dan G. Switzer, II
>> Another issue is Opera insisting on submitting the form when pressing >> enter, even with event.preventDefault() called at the right moment, at >> least it works in IE and Firefox. Anyone got an idea how that can be >> avoided? > >I've never been able to fix that, but it's been a while since I

[jQuery] Re: Autocomplete plugin status2

2007-04-16 Thread Dylan Verheul
On 4/17/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Another issue is Opera insisting on submitting the form when pressing enter, even with event.preventDefault() called at the right moment, at least it works in IE and Firefox. Anyone got an idea how that can be avoided? I've never been able

[jQuery] Re: Autocomplete plugin status2

2007-04-16 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: Hi folks, for anyone interested in the progess of the autocomplete plugin I've uploaded the current demo: http://jquery.bassistance.de/autocomplete/ I think I've fix the most serious issues. The latest version is in svn, the demo at the same URL. I've got reports ab

[jQuery] Re: Autocomplete plugin status2

2007-04-15 Thread Jörn Zaefferer
amircx schrieb: will it support mysql fetching db values? The plugin provides only the client-side code, the serverside is up to you. I see no reason why it shouldn't work with mysql. when it will release aprox? I want to finish a release by the mid of next week. That won't solve all ou

[jQuery] Re: Autocomplete plugin status2

2007-04-15 Thread amircx
will it support mysql fetching db values? when it will release aprox? Dylan Verheul wrote: > > > I love the fact that you still use my birds example :-) > > (I wrote autocomplete for the form on www.waarneming.nl, a Dutch site > for nature sightings, and I used a dump of our English and Lati

[jQuery] Re: Autocomplete plugin status2

2007-04-15 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Jörn, for anyone interested in the progess of the autocomplete plugin I've uploaded the current demo: http://jquery.bassistance.de/autocomplete/ Two quick things I noticed (both of which you may be aware of.) 1) If you type in "Spp" in the any of the

[jQuery] Re: Autocomplete plugin status2

2007-04-14 Thread Dylan Verheul
I love the fact that you still use my birds example :-) (I wrote autocomplete for the form on www.waarneming.nl, a Dutch site for nature sightings, and I used a dump of our English and Latin bird names to fill search.php). On 4/15/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Hi folks, for a

[jQuery] Re: Autocomplete plugin status2

2007-04-14 Thread Dan G. Switzer, II
Jörn, >for anyone interested in the progess of the autocomplete plugin I've >uploaded the current demo: http://jquery.bassistance.de/autocomplete/ Two quick things I noticed (both of which you may be aware of.) 1) If you type in "Spp" in the any of the City searches, the results don't go aw