From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- .../static/js/ui/demos/autocomplete/multiple.html | 93 ++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 apps/it/static/js/ui/demos/autocomplete/multiple.html (limited to 'apps/it/static/js/ui/demos/autocomplete/multiple.html') diff --git a/apps/it/static/js/ui/demos/autocomplete/multiple.html b/apps/it/static/js/ui/demos/autocomplete/multiple.html new file mode 100644 index 0000000..104e321 --- /dev/null +++ b/apps/it/static/js/ui/demos/autocomplete/multiple.html @@ -0,0 +1,93 @@ + + + + + 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.3