From dbc9addfae0c9a2aee2d4a1833b2b1d3ba83f8de Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Fri, 16 Apr 2010 11:05:35 +0200 Subject: Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data --- demos/autocomplete/multiple-remote.html | 75 +++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 demos/autocomplete/multiple-remote.html (limited to 'demos/autocomplete/multiple-remote.html') diff --git a/demos/autocomplete/multiple-remote.html b/demos/autocomplete/multiple-remote.html new file mode 100644 index 000000000..5e0f4b50b --- /dev/null +++ b/demos/autocomplete/multiple-remote.html @@ -0,0 +1,75 @@ + + + + + jQuery UI Autocomplete multiple demo + + + + + + + + + + + +
+ +
+ + +
+ +
+ +
+

+Usage: Enter at least two characters to get bird name suggestions. Select a value to continue adding more names. +

+

+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