[jQuery] Re: Fire up on field focus

2009-03-19 Thread Mr.Rech
> input before it can complete anything for you? > > On Mar 19, 10:37 am, "Mr.Rech" wrote: > > > Hi, > > on the autocomplete demo-page I've noticed many examples that set > > "minChars" option to "0", giving the impression that they wi

[jQuery] [autocomplete] Fire up on field focus

2009-03-19 Thread Mr.Rech
Hi, on the autocomplete demo-page I've noticed many examples that set "minChars" option to "0", giving the impression that they will fire up as soon as each input field gets the focus. However, they don't, and I have to type in at least one character to get the autocompletion working. Now, since I

[jQuery] Re: [autocomplete] Support for JSON data

2009-03-14 Thread Mr.Rech
w to all jquery framework. On Mar 13, 3:19 pm, Jörn Zaefferer wrote: > Its possible to use > JSON:http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/json.html > > The jQuery UI autocomplete widget will have much better support. > > Jörn > > On Fri, Mar 13, 2009 at

[jQuery] [autocomplete] Skins

2009-03-13 Thread Mr.Rech
Does autocomplete support skins from jquery-ui? TIA, Andrea

[jQuery] [autocomplete] Support for JSON data

2009-03-13 Thread Mr.Rech
Have you ever considered to add support for JSON data format to the autocomplete plugin? Many other autocomplete-like plugin does support this data format, but this one is (imho) still the best at doing its job. It's a pity that it doesn't support JSON. Cheers, Andrea