[jQuery] [Autocomplete] - Doesn't always work

[jQuery] [Autocomplete] - Doesn't always work


Greetings,
I'm currently using this awesome plugin for my web app but I'm having
a bit of an annoying bug with it. It sometimes does not pull up any
results when typing in. Like if I have something in the database with
the name "March" and I type in "mar" it shows the little loading.gif
but then disappears and doesn't give me any results. If I tab away
and come back to it and try it again, then it will work. And even
that doesn't make it work. Sometimes I have to totally refresh the
page. I thought it might be the cache mechanism so I turned that off
setting "cacheLength" to "1".
Any other ideas as to why it sometimes works and sometimes doesn't?