<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[蚁文尘都〖隋〗]]></title> 
<link>http://www.aixq.com/index.php</link> 
<description><![CDATA[自强创新,复杂的东西,简单做!]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[蚁文尘都〖隋〗]]></copyright>
<item>
<link>http://www.aixq.com/post//</link>
<title><![CDATA[jquery使用例子一例]]></title> 
<author>Else &lt;sahu@qq.com&gt;</author>
<category><![CDATA[代码片段，演示也有]]></category>
<pubDate>Tue, 30 Oct 2007 09:26:58 +0000</pubDate> 
<guid>http://www.aixq.com/post//</guid> 
<description>
<![CDATA[ 
	head部分，some.php，這個是原來的那個例子裏面的一個文件，也就是我們處理數據庫的文件！晚上回去改版！！！<br/><div class="code">&lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot; src=&quot;jquery.js&quot;&gt;&lt;/script&gt;<br/>&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; &gt;<br/>function text()<br/>&#123;<br/>&nbsp;&nbsp;$.ajax(&#123;<br/>&nbsp;&nbsp; type: &quot;POST&quot;,<br/>&nbsp;&nbsp; url: &quot;some.php&quot;,<br/>&nbsp;&nbsp; data:&nbsp;&nbsp; &quot;name=&quot;+$(&quot;#name&quot;).attr(&quot;value&quot;)+&quot;&amp;content=&quot;+$(&quot;#content&quot;).attr(&quot;value&quot;) ,<br/>&nbsp;&nbsp; success: function(msg)&#123; alert( &quot;Data Saved: &quot; +&nbsp;&nbsp; msg );msg.innerHTML=&quot;OK&quot;+msg; &#125; <br/>&nbsp;&nbsp;&#125;);<br/>&#125; <br/>&lt;/script&gt;</div><br/><br/>body部分，其它部分省略！<br/><div class="code"><br/>&lt;div id=&quot;msg&quot;&gt;Content for New Div Tag Goes Here&lt;/div&gt;<br/>&lt;p&gt;標題：<br/>&nbsp;&nbsp;&lt;input name=&quot;name&quot; type=&quot;text&quot; id=&quot;name&quot; size=&quot;35&quot; /&gt;<br/>&lt;/p&gt;<br/>&lt;p&gt;<br/><br/>&nbsp;&nbsp;內容：<br/>&nbsp;&nbsp;&lt;textarea name=&quot;content&quot; cols=&quot;40&quot; rows=&quot;6&quot; id=&quot;content&quot;&gt;&lt;/textarea&gt;<br/>&nbsp;&nbsp;&lt;/p&gt;<br/>&lt;p&gt;<br/>&nbsp;&nbsp;&lt;input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;提交表單&quot; onclick=&quot;text();&quot; /&gt;<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;&lt;/p&gt;</div><br/>Tags - <a href="http://www.aixq.com/tags/jquery/" rel="tag">jquery</a> , <a href="http://www.aixq.com/tags/php/" rel="tag">php</a> , <a href="http://www.aixq.com/tags/ajaxjavascript/" rel="tag">ajaxjavascript</a> , <a href="http://www.aixq.com/tags/.attr/" rel="tag">.attr</a>
]]>
</description>
</item><item>
<link>http://www.aixq.com/post//#blogcomment</link>
<title><![CDATA[[评论] jquery使用例子一例]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.aixq.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>