From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../demos/autocomplete/folding.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 include/jquery_ui/development-bundle/demos/autocomplete/folding.html (limited to 'include/jquery_ui/development-bundle/demos/autocomplete/folding.html') diff --git a/include/jquery_ui/development-bundle/demos/autocomplete/folding.html b/include/jquery_ui/development-bundle/demos/autocomplete/folding.html new file mode 100644 index 000000000..a580c9dfb --- /dev/null +++ b/include/jquery_ui/development-bundle/demos/autocomplete/folding.html @@ -0,0 +1,62 @@ + + + + + jQuery UI Autocomplete - Accent folding + + + + + + + + + + + +
+ +
+
+ + +
+
+ +
+ + + +
+

The autocomplete field uses a custom source option which will match results that have accented characters even when the text field doesn't contain accented characters. However if the you type in accented characters in the text field it is smart enough not to show results that aren't accented.

+

Try typing "Jo" to see "John" and "Jörn", then type "Jö" to see only "Jörn".

+
+ + + -- cgit v1.2.3