diff -r 44d58d2e90b5 -r 3a3c15c462f8 client/player/css/jq-css/demos/autocomplete/remote.html --- a/client/player/css/jq-css/demos/autocomplete/remote.html Tue Jun 15 01:33:03 2010 +0200 +++ b/client/player/css/jq-css/demos/autocomplete/remote.html Mon Jul 12 12:01:22 2010 +0200 @@ -1,56 +1,56 @@ - - - - - jQuery UI Autocomplete Remote datasource 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. -

-

-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. -

-
- - - + + + + + jQuery UI Autocomplete Remote datasource 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. +

+

+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. +

+
+ + +