diff -r 45fce2cb4a2a -r b7b1e3835208 web/static/css/jq-css/demos/autocomplete/remote.html --- a/web/static/css/jq-css/demos/autocomplete/remote.html Wed Sep 15 10:40:27 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ - - -
- --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. -
--The datasource is a server-side script which returns JSON data, specified via a simple URL for the source-option. In addition, the minLength-option is set to 2 to avoid queries that would return too many results and the select-event is used to display some feedback. -
-