<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="用jQuery实现仿搜索自动联想功能的代码" id="card1">
<p> 游客</p><p>
标题:用jQuery实现仿搜索自动联想功能的代码<br/>
正文:<br/>
代码如下:<br/>&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;TR/html4/loose.dtd&quot;&amp;gt; <br/>&amp;lt;html&amp;gt; <br/>&amp;lt;head&amp;gt; <br/>&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&amp;gt; <br/>&amp;lt;title&amp;gt;Insert title here&amp;lt;/title&amp;gt; <br/>&amp;lt;style type=&quot;text/css&quot;&amp;gt; <br/>body{margin:0px;padding:0px;} <br/>ul{margin:px;padding:0px;list-style-type:none;} <br/>&amp;lt;/style&amp;gt; <br/>&amp;lt;script src=&quot;jquery-1.8/jquery-1.8.0.js&quot;&amp;gt;&amp;lt;/script&amp;gt; <br/>&amp;lt;script&amp;gt; <br/>$(function(){ <br/>a(); <br/>onclick(); <br/>$(&quot;#txt&quot;).bind(&quot;keyup&quot;,function(){ <br/>txtchange(0); <br/>}); <br/><br/>}); <br/><br/>function a(){ <br/>ularray=[]; <br/>var data=[{1:11},{1:12},{1:22},{1:33},{1:123}]; <br/><br/>//给ul传入数据 <br/>var ul=$(&quot;#ul1&quot;); <br/>$.each(data,function(index,item) <br/>{ <br/>var li=$(&quot;&amp;lt;li&amp;gt;&amp;lt;/li&amp;gt;&quot;); <br/><br/>$.each(item,function(name,value) <br/>{ <br/>var span=$(&quot;&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;&quot;).html(value); <br/>li.append(span); <br/>ularray.push(value)<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1107&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1107&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1107&amp;Page=2">[2]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1107&amp;Page=3">[3]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1107&amp;Page=3">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=1107">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=1107">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>