How to flush the cache of the autocomplete in jquery?
+2
A:
Use the following code to flush the cache of the autocomplete.
$(.selector).flushCache();
Suvonkar
2010-06-01 12:32:28