2010-03-12 03:18:34 +00:00
|
|
|
<!DOCTYPE html>
|
2010-01-20 14:00:14 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2010-03-12 03:18:34 +00:00
|
|
|
<meta charset="UTF-8" />
|
2010-01-20 14:00:14 +00:00
|
|
|
<title>jQuery UI Autocomplete Demos</title>
|
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="demos-nav">
|
|
|
|
<h4>Examples</h4>
|
|
|
|
<ul>
|
|
|
|
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
|
|
|
|
<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>
|
2010-07-19 19:35:47 +00:00
|
|
|
<li><a href="maxheight.html">Scrollable results</a></li>
|
2010-01-20 14:00:14 +00:00
|
|
|
<li><a href="combobox.html">Combobox</a></li>
|
|
|
|
<li><a href="custom-data.html">Custom data and display</a></li>
|
2010-01-26 20:52:21 +00:00
|
|
|
<li><a href="xml.html">XML data parsed once</a></li>
|
2010-04-06 20:42:14 +00:00
|
|
|
<li><a href="categories.html">Categories</a></li>
|
2010-07-20 01:53:19 +00:00
|
|
|
<li><a href="folding.html">Accent folding</a></li>
|
2010-04-15 08:43:47 +00:00
|
|
|
<li><a href="multiple.html">Multiple values</a></li>
|
2010-04-16 09:09:28 +00:00
|
|
|
<li><a href="multiple-remote.html">Multiple, remote</a></li>
|
2010-01-20 14:00:14 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|