diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-15 10:43:47 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-15 10:43:47 +0200 |
commit | 5c55462a9024351f3c6084ea2ec862a19cba5b67 (patch) | |
tree | bbd37ee06abcf5b944fedb3cb5be25a030495477 /demos/autocomplete/index.html | |
parent | baa3678477027de9191468fd6af1d3568d7597b5 (diff) | |
download | jquery-ui-5c55462a9024351f3c6084ea2ec862a19cba5b67.tar.gz jquery-ui-5c55462a9024351f3c6084ea2ec862a19cba5b67.zip |
Autocomplete: multiple demo added
Diffstat (limited to 'demos/autocomplete/index.html')
-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 42f13dc4b..0c92d19b4 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -17,6 +17,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="multiple.html">Multiple values</a></li> </ul> </div> </body> |