Documentation

Plugins/Autocomplete/flushCache

From jQuery JavaScript Library

Jump to: navigation, search

« Back to Plugins/Autocomplete

flushCache( )

Flush (empty) the cache of matched input's autocompleters.


Examples:

Flush the cache of #suggest.

$('input#suggest').flushCache();
		

NameType