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;
http://www.mail-archive.com/jquery-en@googlegroups.com/msg80627.html
jquery autocomplete cache problem
Gönderen
pantepember
27 Şubat 2010 Cumartesi
Etiketler: autocomplete , jquery