From 6024fdf2564b274af2f2d306f420e44a2c88d7b1 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 14 Jan 2010 17:23:11 +0000 Subject: Copied autocomplete from dev branch. --- demos/autocomplete/remote-with-cache.html | 76 +++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 demos/autocomplete/remote-with-cache.html (limited to 'demos/autocomplete/remote-with-cache.html') diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html new file mode 100644 index 000000000..8f1a5786a --- /dev/null +++ b/demos/autocomplete/remote-with-cache.html @@ -0,0 +1,76 @@ + + + + jQuery UI Autocomplete Remote with caching demo + + + + + + + + + + + +
+ +
+ + +
+ +
+ Result: +
+
+ +
+ +
+

+The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are bird names, displayed when at least two characters are entered into the field. +

+

+Similar to the remote datasource demo, though this adds some local caching to improve performance. The cache here saves just one query, and could be extended to cache multiple values, one for each term. +

+
+ + + -- cgit v1.2.3