diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 21:53:19 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 21:53:19 -0400 |
commit | 5debdb08d7702e9c04b4efa883c68d350576d710 (patch) | |
tree | 32373be01cb84e71cfa698f78ac56d6d400632bc | |
parent | 1f2cfb942f8ac5549b1fe3172501e3486415530e (diff) | |
download | jquery-ui-5debdb08d7702e9c04b4efa883c68d350576d710.tar.gz jquery-ui-5debdb08d7702e9c04b4efa883c68d350576d710.zip |
Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support for accent-folding.
-rw-r--r-- | demos/autocomplete/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/autocomplete/index.html b/demos/autocomplete/index.html index 02b899a2e..9d5ba3a87 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -18,6 +18,7 @@ <li><a href="custom-data.html">Custom data and display</a></li> <li><a href="xml.html">XML data parsed once</a></li> <li><a href="categories.html">Categories</a></li> + <li><a href="folding.html">Accent folding</a></li> <li><a href="multiple.html">Multiple values</a></li> <li><a href="multiple-remote.html">Multiple, remote</a></li> </ul> |