[jQuery] Re: Autocomplete data lookup from DB

2008-08-26 Thread DineshRao
I never thought it will this simple, i was trying with JSON, just a new line at the end of every item has solved the problem. Thanks a lot ... On Aug 26, 9:16 am, VirusMinus <[EMAIL PROTECTED]> wrote: > Whats the data like at the moment? > > By default the autocomplete takes a list with each list

[jQuery] Re: Autocomplete data lookup from DB

2008-08-26 Thread VirusMinus
Whats the data like at the moment? By default the autocomplete takes a list with each list item on a new line or a space. eg. ITEM1 ITEM2 ITEM3 ... ... or ITEM1 ITEM2 ITEM3 On Aug 25, 11:16 pm, DineshRao <[EMAIL PROTECTED]> wrote: > I am trying to populate the autocomplete with list fetched