diff -r 1ecfe4720da7 -r 2d6866072851 client/player/css/jq-css/demos/autocomplete/remote-with-cache.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/player/css/jq-css/demos/autocomplete/remote-with-cache.html Thu Jun 17 11:16:34 2010 +0200 @@ -0,0 +1,76 @@ + + +
+ ++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. +
+