Disable jQuery autocompleter cache
by Shane
For anyone wondering how to disable the autocompleter cache in jQuery(meaning you always poll the server each time a letter is entered).
Simply set cacheLength: 0, in the autocompleter’s settings. Seems obvious but my googling told me never set this value below 1 or the whole thing would explode. Tried matchSubset etc and nothing else worked.
Simple solutions eh?
Comments
JQuery autocompleter cache – http://theresmystuff.com/blog/uncategori…
via Twitoaster