fixed the resizable text area with IE problem fixed the ad space with IE problem merged the 7.2.0 and 7.1.4 change logs
32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>AutoComplete Widget :: Implementation Examples</title>
|
|
<link rel="stylesheet" href="../../build/reset/reset.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../build/fonts/fonts.css" type="text/css" />
|
|
<link rel="stylesheet" href="./css/examples.css" type="text/css" />
|
|
<style type="text/css">
|
|
ul {margin:1em;}
|
|
li {margin:1em;list-style-type:none;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="hd">
|
|
<h1><img src="./img/logo.gif" class="logo" alt="Y!"/>AutoComplete Widget :: JSON Data Yahoo! Search Web Services</h1>
|
|
</div>
|
|
|
|
<div id="bd">
|
|
<ul>
|
|
<li><a href="./ysearch_json.html">Query Yahoo! Search web services for JSON</a></li>
|
|
<li><a href="./ysearch_xml.html">Query Yahoo! Search web wervices for XML</a></li>
|
|
<li><a href="./states_jsarray.html">Query a JS array for in-memory data</a></li>
|
|
<li><a href="./states_jsfunction.html">Query a JS function for in-memory data</a></li>
|
|
<li><a href="./flickr_xml.html">Query Flickr web services for XML</a></li>
|
|
<li><a href="./ysearch_flat.html">Query a custom PHP script for flat data</a></li>
|
|
<li><a href="./customize.html">Configure your own AutoComplete component</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|