[jQuery] Re: Autocomplete problems with multiple fields

2009-04-17 Thread Lance A. Brown
Tom Worster wrote: > On 4/17/09 12:49 PM, "Lance A. Brown" wrote: >> I found the syntax for handling json data in it on another web page. > > standard warnings on using undocumented api features apply. It's undocumented in the autocomplete API but is a clearly documented option in the jQuery.aj

[jQuery] Re: Autocomplete problems with multiple fields

2009-04-17 Thread Tom Worster
On 4/17/09 12:49 PM, "Lance A. Brown" wrote: > > Tom Worster wrote: >> >> what autocomplete plugin are you using? this one does not have a documented >> "parse" option: >> http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions > > Its the standard autocomplete plugin ava

[jQuery] Re: Autocomplete problems with multiple fields

2009-04-17 Thread Lance A. Brown
Tom Worster wrote: > > what autocomplete plugin are you using? this one does not have a documented > "parse" option: > http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions Its the standard autocomplete plugin available at http://docs.jquery.com/Plugins/Autocomplete I fou

[jQuery] Re: Autocomplete problems with multiple fields

2009-04-17 Thread Tom Worster
On 4/16/09 2:50 PM, "Lance A. Brown" wrote: > I'm working on adding autocomplete to a form which describes a > discussion paper. Each paper can have multiple authors and I want to > provide autocomplete on the author names. I'm new to jQuery so this > code is kind of rough. > > My java script