<?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: How To Use jQuery&#8217;s AJAX Functions</title>
	<atom:link href="http://return-true.com/2008/08/how-to-use-jquerys-ajax-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://return-true.com/2008/08/how-to-use-jquerys-ajax-functions/</link>
	<description>Coding Tutorials, hints &#38; tips in PHP, jQuery, CSS &#38; HTML</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:40:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Veneficus Unus</title>
		<link>http://return-true.com/2008/08/how-to-use-jquerys-ajax-functions/comment-page-1/#comment-10422</link>
		<dc:creator>Veneficus Unus</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=255#comment-10422</guid>
		<description>If by that you mean you need to use post &amp; have a callback, it&#039;s the same as get, just replace the get with post. For example:
[js]
$.post(&#039;path/to/file&#039;, function(data) {
  //something to do when data is returned
});
[/js]</description>
		<content:encoded><![CDATA[<p>If by that you mean you need to use post &amp; have a callback, it&#8217;s the same as get, just replace the get with post. For example:</p>
<pre class="brush: jscript;">
$.post('path/to/file', function(data) {
  //something to do when data is returned
});
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: pre lang="asp"</title>
		<link>http://return-true.com/2008/08/how-to-use-jquerys-ajax-functions/comment-page-1/#comment-10416</link>
		<dc:creator>pre lang="asp"</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://return-true.com/?p=255#comment-10416</guid>
		<description>I need get,post,load,complete jquery.ajax(option)</description>
		<content:encoded><![CDATA[<p>I need get,post,load,complete jquery.ajax(option)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
