[jQuery] Re: jeditable & autocomplete - time to revisit?

2009-01-11 Thread Mika Tuupola
On Dec 28, 2008, at 3:23 AM, Diogo Merovingio wrote: I still with problems. When the "onblur" submit the form, the autocomplete didn't finish yet. The consequence is that when I select something from autocomplete and press tab the string submitted was only part of what I wrote (ex.: I write "f

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-12-28 Thread Diogo Merovingio
I still with problems. When the "onblur" submit the form, the autocomplete didn't finish yet. The consequence is that when I select something from autocomplete and press tab the string submitted was only part of what I wrote (ex.: I write "fran", the autocomplete suggest "France", if I select or p

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-11-16 Thread tennis_blues
yes, thanks...this is exactly what i needed! your jeditable is great On Nov 14, 2:24 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > That is exactly why I posted. I noticed that you had done a lot of > work on inputs. Unfortunately I could not figure out how to do it > myself from reading t

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-11-14 Thread [EMAIL PROTECTED]
That is exactly why I posted. I noticed that you had done a lot of work on inputs. Unfortunately I could not figure out how to do it myself from reading through your website. Thanks again for your help. -jl On Nov 13, 1:51 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Nov 12, 2008, at 9:25 PM

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-11-13 Thread Mika Tuupola
On Nov 12, 2008, at 9:25 PM, [EMAIL PROTECTED] wrote: Wow, that was sooo simple. Works like a charm! Impressive.. Now, thats the way a plugin should work. Nice work Mike. Thank you :) Usually when someone has the need to do something special (such as use autocomplete) with Jeditable there

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-11-12 Thread [EMAIL PROTECTED]
Wow, that was sooo simple. Works like a charm! Impressive.. Now, thats the way a plugin should work. Nice work Mike. -jl On Nov 12, 7:04 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Nov 12, 2008, at 10:28 AM, Mika Tuupola wrote: > > > On Nov 12, 2008, at 1:46 AM, [EMAIL PROTECTED] wrote:

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-11-12 Thread Mika Tuupola
On Nov 12, 2008, at 10:28 AM, Mika Tuupola wrote: On Nov 12, 2008, at 1:46 AM, [EMAIL PROTECTED] wrote: I was wondering if it my be possible to add autocomplete functionality using the addInputType API. It looks like it might be possible to attach autocomplete to the text input through the

[jQuery] Re: jeditable & autocomplete - time to revisit?

2008-11-12 Thread Mika Tuupola
On Nov 12, 2008, at 1:46 AM, [EMAIL PROTECTED] wrote: I was wondering if it my be possible to add autocomplete functionality using the addInputType API. It looks like it might be possible to attach autocomplete to the text input through the "element:" argument when declaring a custom input typ