[jQuery] Re: jquery autocomplete local data

2008-09-29 Thread Mark Szu
On Sep 11, 1:09 pm, Julian <[EMAIL PROTECTED]> wrote: > anyone? The way around it is to save the input widget names into the array and initialize it again after flush. ___Mark Szu

[jQuery] Re: jquery autocomplete local data

2008-09-11 Thread Julian
anyone? On 7 Септ, 20:00, Julian <[EMAIL PROTECTED]> wrote: > Thanks for the fast response, but after i use flushCache() there are > no results after i press key into the inputbox. > I ask this question because i use more than one input box with that > data, and after i update the JSON data i mus

[jQuery] Re: jquery autocomplete local data

2008-09-07 Thread Julian
Thanks for the fast response, but after i use flushCache() there are no results after i press key into the inputbox. I ask this question because i use more than one input box with that data, and after i update the JSON data i must unbind all inputs. Greetings!

[jQuery] Re: jquery autocomplete local data

2008-09-07 Thread Jörn Zaefferer
You can flush the cache, that should make modifications to the data array visible: http://docs.jquery.com/Plugins/Autocomplete/flushCache Jörn On Sun, Sep 7, 2008 at 4:31 PM, Julian <[EMAIL PROTECTED]> wrote: > > Greetings! > I`m using jquery auto complete plugin from > http://bassistance.de/jque