<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP如何判断ajax请求</title>
	<atom:link href="http://www.pkphp.com/2009/01/24/how-to-determin-a-ajax-request-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pkphp.com/2009/01/24/how-to-determin-a-ajax-request-using-php/</link>
	<description>PK with php!</description>
	<lastBuildDate>Tue, 23 Mar 2010 04:09:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sasumi</title>
		<link>http://www.pkphp.com/2009/01/24/how-to-determin-a-ajax-request-using-php/comment-page-1/#comment-1101</link>
		<dc:creator>sasumi</dc:creator>
		<pubDate>Mon, 07 Dec 2009 09:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkphp.com/?p=846#comment-1101</guid>
		<description>何必折腾。。。
ajax我是这么写滴。
&lt;a href=&quot;normalpage.php&quot; rel=&quot;nofollow&quot;&gt;ajax链接&lt;/a&gt;

$(&quot;#ajax_btn&quot;).click(function(){
   var url = this.url + &#039;?ajax&#039;;
   ajax.get(url, function(){}.....);
});
</description>
		<content:encoded><![CDATA[<p>何必折腾。。。<br />
ajax我是这么写滴。<br />
<a href="normalpage.php" rel="nofollow">ajax链接</a></p>
<p>$(&#8220;#ajax_btn&#8221;).click(function(){<br />
   var url = this.url + &#8216;?ajax&#8217;;<br />
   ajax.get(url, function(){}&#8230;..);<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>
