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 --- .../js/ui/demos/autocomplete/remote-jsonp.html | 82 ---------------------- 1 file changed, 82 deletions(-) delete mode 100644 apps/it/static/js/ui/demos/autocomplete/remote-jsonp.html (limited to 'apps/it/static/js/ui/demos/autocomplete/remote-jsonp.html') diff --git a/apps/it/static/js/ui/demos/autocomplete/remote-jsonp.html b/apps/it/static/js/ui/demos/autocomplete/remote-jsonp.html deleted file mode 100644 index a2b4cc4..0000000 --- a/apps/it/static/js/ui/demos/autocomplete/remote-jsonp.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - jQuery UI Autocomplete - Remote JSONP datasource - - - - - - - - - - - - - -
- - - Powered by geonames.org -
- -
- Result: -
-
- -
-

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

-

In this case, the datasource is the geonames.org webservice. While only the city name itself ends up in the input after selecting an element, more info is displayed in the suggestions to help find the right entry. That data is also available in callbacks, as illustrated by the Result area below the input.

-
- - -- cgit v1.2.3