From 3321241b61766045a68a3d607b67e11a95014e87 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 20 Feb 2014 12:44:49 +0200 Subject: Require logins, removed jquery UI --- .../it/static/js/ui/demos/autocomplete/remote.html | 55 ---------------------- 1 file changed, 55 deletions(-) delete mode 100644 apps/it/static/js/ui/demos/autocomplete/remote.html (limited to 'apps/it/static/js/ui/demos/autocomplete/remote.html') diff --git a/apps/it/static/js/ui/demos/autocomplete/remote.html b/apps/it/static/js/ui/demos/autocomplete/remote.html deleted file mode 100644 index 11c8160..0000000 --- a/apps/it/static/js/ui/demos/autocomplete/remote.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - jQuery UI Autocomplete - Remote datasource - - - - - - - - - - - - - -
- - -
- -
- 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.

-
- - -- cgit v1.2.3