jquery autocomplete cache problem

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

search this blog (most likely not here)