source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/demos/autocomplete/index.html@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 717 bytes
Line 
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Autocomplete Demos</title>
5 <link type="text/css" href="../demos.css" rel="stylesheet" />
6</head>
7<body>
8 <div class="demos-nav">
9 <h4>Examples</h4>
10 <ul>
11 <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
12 <li><a href="remote.html">Remote datasource</a></li>
13 <li><a href="remote-with-cache.html">Remote with caching</a></li>
14 <li><a href="remote-jsonp.html">Remote JSONP datasource</a></li>
15 <li><a href="combobox.html">Combobox</a></li>
16 <li><a href="custom-data.html">Custom data and display</a></li>
17 <li><a href="xml.html">XML data parsed once</a></li>
18 </ul>
19 </div>
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.