Arko
Arko

Reputation: 108

How to flush the cache of the auto complete in jquery

How to flush the cache of the autocomplete in jquery?

Upvotes: 1

Views: 1435

Answers (1)

Suvonkar
Suvonkar

Reputation: 2460

Use the following code to flush the cache of the autocomplete.

$(.selector).flushCache();

Upvotes: 2

Related Questions