From af15f2c4a192dea02aab9e519defc68c71763ec4 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 14:34:55 +0100 Subject: jquery ui --- .../demos/autocomplete/multiple.html | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 static/development-bundle/demos/autocomplete/multiple.html (limited to 'static/development-bundle/demos/autocomplete/multiple.html') diff --git a/static/development-bundle/demos/autocomplete/multiple.html b/static/development-bundle/demos/autocomplete/multiple.html new file mode 100644 index 0000000..c015cb9 --- /dev/null +++ b/static/development-bundle/demos/autocomplete/multiple.html @@ -0,0 +1,91 @@ + + + + + jQuery UI Autocomplete - Multiple values + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

Usage: Type something, eg. "j" to see suggestions for tagging with programming languages. Select a value, then continue typing to add more.

+

This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field.

+
+ + + -- cgit v1.2.1