[jQuery] Re: Autocomplete cache problem ( Urgent )

2009-07-28 Thread Vivek
Thanks It works. On Jul 28, 1:55 pm, rupak mandal wrote: > Hi , > you have to make a little changes in autocomplete.js > > Search for "*if (data && data.length*)" condition which is inside "request" > function. Add this code before the *if * condition > > if(data) > data.length=0; > > On Tu

[jQuery] Re: Autocomplete cache problem ( Urgent )

2009-07-28 Thread rupak mandal
Hi , you have to make a little changes in autocomplete.js Search for "*if (data && data.length*)" condition which is inside "request" function. Add this code before the *if * condition if(data) data.length=0; On Tue, Jul 28, 2009 at 1:29 PM, Vivek wrote: > > Hi, > > I am using autocomple