diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2010-01-26 20:52:21 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2010-01-26 20:52:21 +0000 |
commit | 1382af8af0196a0bce10d8c58f449d2320cdf8a9 (patch) | |
tree | 13a1e5cadc625f90de40c187d05a1eddc0de3da8 /demos/autocomplete/index.html | |
parent | c3dd4ac373660b1d36eb527a7ad1387d5d39ef9d (diff) | |
download | jquery-ui-1382af8af0196a0bce10d8c58f449d2320cdf8a9.tar.gz jquery-ui-1382af8af0196a0bce10d8c58f449d2320cdf8a9.zip |
autocomplete: added xml-parsing demo
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 ffca515e0..3063d8db8 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -14,6 +14,7 @@ <li><a href="remote-jsonp.html">Remote JSONP datasource</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> </ul> </div> </body> |