diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 14:17:44 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 14:17:44 -0400 |
commit | 5e3755af8aa17b2bf742761b6ca40acccb248a04 (patch) | |
tree | 9cee30b753a0c08f9954596d7fd1dcf9273b239c /demos/autocomplete/index.html | |
parent | 44daca1cfab3514ae039f816445cfde9e503b7f7 (diff) | |
download | jquery-ui-5e3755af8aa17b2bf742761b6ca40acccb248a04.tar.gz jquery-ui-5e3755af8aa17b2bf742761b6ca40acccb248a04.zip |
Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document and demo a scrolling menu.
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 ba96d994e..c866ba199 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -13,6 +13,7 @@ <li><a href="remote.html">Remote datasource</a></li> <li><a href="remote-with-cache.html">Remote with caching</a></li> <li><a href="remote-jsonp.html">Remote JSONP datasource</a></li> + <li><a href="maxheight.html">Scrollable results (max-height)</a></li> <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> |