Reputation: 108
How to flush the cache of the autocomplete in jquery?
Upvotes: 1
Views: 1435
Reputation: 2460
Use the following code to flush the cache of the autocomplete.
$(.selector).flushCache();
Upvotes: 2