diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2010-04-05 11:07:55 -0700 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2010-04-05 11:07:55 -0700 |
commit | 1c3ea9b91116aaa3e37158e22925bec1aac8a089 (patch) | |
tree | 91d523194493dc86e971e12ec3724deb703fa70d /demos/autocomplete/index.html | |
parent | 0cb9c7d96330e972b983452280bd11c57ddfb35f (diff) | |
download | jquery-ui-1c3ea9b91116aaa3e37158e22925bec1aac8a089.tar.gz jquery-ui-1c3ea9b91116aaa3e37158e22925bec1aac8a089.zip |
Added link to categories-demo to autocomplete demos index. Still need to move the menu-overrides from that demo back to menu (is there a ticket?).
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 9389b076d..828a39489 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -16,6 +16,7 @@ <li><a href="combobox.html">Combobox</a></li> <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">Custom rendering with categories</a></li> </ul> </div> </body> |