views:

87

answers:

1

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