[jQuery] Re: autocomplete advice

2007-06-14 Thread Robert O'Rourke
Jörn Zaefferer wrote: Robert O'Rourke wrote: The main difference was changing the .click event on $input to give the input focus and then added an else statement to it: [...] Sounds great. Let me know about your progress, I'd like to port your changes back into the plugin. Ok, It's co

[jQuery] Re: autocomplete advice

2007-06-14 Thread Jörn Zaefferer
Robert O'Rourke wrote: The main difference was changing the .click event on $input to give the input focus and then added an else statement to it: [...] Sounds great. Let me know about your progress, I'd like to port your changes back into the plugin. -- Jörn Zaefferer http://bassistance

[jQuery] Re: autocomplete advice

2007-06-13 Thread Robert O'Rourke
Jörn Zaefferer wrote: Robert O'Rourke wrote: I see what you mean, I'll keep trying to work it out in the meantime. That show event trigger didn't seem to work, it's on the demo page now. It might be a bit beyond my abilities at the moment but we shall see. Looks like you got it working. Co

[jQuery] Re: autocomplete advice

2007-06-13 Thread Jörn Zaefferer
Robert O'Rourke wrote: I see what you mean, I'll keep trying to work it out in the meantime. That show event trigger didn't seem to work, it's on the demo page now. It might be a bit beyond my abilities at the moment but we shall see. Looks like you got it working. Could you tell me what you

[jQuery] Re: autocomplete advice

2007-06-13 Thread Robert O'Rourke
Jörn Zaefferer wrote: Robert O'Rourke wrote: http://www.sanchothefat.com/dev/jsdemos/combo-box.html That is worth another plugin, which must be highly integrated with the autocomplete plugin. I like your unobtrusive approach of starting with both a dropdown and an input field. Due to l

[jQuery] Re: autocomplete advice

2007-06-12 Thread Jörn Zaefferer
Robert O'Rourke wrote: Hi there, I'm putting together an editable combobox using the twice modified autocomplete plugin (Dylan Verhuel's I think). I start with a dropdown and a text input, then create an array from the s values. I replace the static HTML with a single text input followed