From 6024fdf2564b274af2f2d306f420e44a2c88d7b1 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 14 Jan 2010 17:23:11 +0000 Subject: Copied autocomplete from dev branch. --- demos/autocomplete/default.html | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 demos/autocomplete/default.html (limited to 'demos/autocomplete/default.html') diff --git a/demos/autocomplete/default.html b/demos/autocomplete/default.html new file mode 100644 index 000000000..996af87a1 --- /dev/null +++ b/demos/autocomplete/default.html @@ -0,0 +1,42 @@ + + + + jQuery UI Autocomplete Default Demo + + + + + + + + + + + +
+ +
+ + +
+ +
+ +
+

+The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming languages, give "ja" (for Java or JavaScript) a try. +

+

+The datasource is a simple JavaScript array, provided to the widget using the source-option. +

+
+ + + -- cgit v1.2.3