<?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: jquery ajax error handling</title>
	<atom:link href="http://www.maheshchari.com/jquery-ajax-error-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maheshchari.com/jquery-ajax-error-handling/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:50:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mahesh chari</title>
		<link>http://www.maheshchari.com/jquery-ajax-error-handling/comment-page-1/#comment-10730</link>
		<dc:creator>mahesh chari</dc:creator>
		<pubDate>Mon, 08 Feb 2010 00:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=244#comment-10730</guid>
		<description>If browser don&#039;t support ajax, then jQuery won&#039;t call any errors.</description>
		<content:encoded><![CDATA[<p>If browser don&#8217;t support ajax, then jQuery won&#8217;t call any errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://www.maheshchari.com/jquery-ajax-error-handling/comment-page-1/#comment-10684</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=244#comment-10684</guid>
		<description>Hi,
    Suppose if my browser doesn&#039;t support ajax , how can i find that one using Jquery ajax method.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    Suppose if my browser doesn&#8217;t support ajax , how can i find that one using Jquery ajax method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesh chari</title>
		<link>http://www.maheshchari.com/jquery-ajax-error-handling/comment-page-1/#comment-9816</link>
		<dc:creator>mahesh chari</dc:creator>
		<pubDate>Wed, 06 Jan 2010 02:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=244#comment-9816</guid>
		<description>U have to use proxy for that cross site ajax.

Let us do post to proxy.php in server,then it can handle the request to other site.
you will get it</description>
		<content:encoded><![CDATA[<p>U have to use proxy for that cross site ajax.</p>
<p>Let us do post to proxy.php in server,then it can handle the request to other site.<br />
you will get it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henson</title>
		<link>http://www.maheshchari.com/jquery-ajax-error-handling/comment-page-1/#comment-9582</link>
		<dc:creator>Henson</dc:creator>
		<pubDate>Wed, 30 Dec 2009 07:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=244#comment-9582</guid>
		<description>I found that if you use $.ajax to make cross-domain ajax, you will never throw any errors.
Just like:
$.ajax({ 
    type:&quot;get&quot;, 
    dataType: &quot;jsonp&quot;, 
    jsonp: &quot;callback&quot;, 
    url: apiurl, 
    data: params, 
    timeout: 1,
    success:displayJSONResponse,
    error: errorHandler
}); 

It&#039;s so odd, I&#039;m in depression.

Any help will be to appreciated.</description>
		<content:encoded><![CDATA[<p>I found that if you use $.ajax to make cross-domain ajax, you will never throw any errors.<br />
Just like:<br />
$.ajax({<br />
    type:&#8221;get&#8221;,<br />
    dataType: &#8220;jsonp&#8221;,<br />
    jsonp: &#8220;callback&#8221;,<br />
    url: apiurl,<br />
    data: params,<br />
    timeout: 1,<br />
    success:displayJSONResponse,<br />
    error: errorHandler<br />
}); </p>
<p>It&#8217;s so odd, I&#8217;m in depression.</p>
<p>Any help will be to appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesh chari</title>
		<link>http://www.maheshchari.com/jquery-ajax-error-handling/comment-page-1/#comment-9421</link>
		<dc:creator>mahesh chari</dc:creator>
		<pubDate>Mon, 21 Dec 2009 02:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=244#comment-9421</guid>
		<description>You can use same ,for post and get methods,but you have to specify the type of format in last parameter

$.get(url,parameter,callback,format)
then jquery automatically raise errors,accordingly</description>
		<content:encoded><![CDATA[<p>You can use same ,for post and get methods,but you have to specify the type of format in last parameter</p>
<p>$.get(url,parameter,callback,format)<br />
then jquery automatically raise errors,accordingly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaronWolff</title>
		<link>http://www.maheshchari.com/jquery-ajax-error-handling/comment-page-1/#comment-9358</link>
		<dc:creator>DaronWolff</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=244#comment-9358</guid>
		<description>Excelent POST.
But i have a question. how can i detect the error if im using $.post or  $.get

Thanks!!</description>
		<content:encoded><![CDATA[<p>Excelent POST.<br />
But i have a question. how can i detect the error if im using $.post or  $.get</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-07-24 &#124; AndySowards.com :: Professional Web Design, Development, Programming, Hacks, Downloads, Math and being a Web 2.0 Hipster?</title>
		<link>http://www.maheshchari.com/jquery-ajax-error-handling/comment-page-1/#comment-564</link>
		<dc:creator>links for 2009-07-24 &#124; AndySowards.com :: Professional Web Design, Development, Programming, Hacks, Downloads, Math and being a Web 2.0 Hipster?</dc:creator>
		<pubDate>Sat, 25 Jul 2009 01:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=244#comment-564</guid>
		<description>[...] jQuery ajax error handling for $.get ,$.post, $.load methods &#124; Php Development great read on handling Ajax Errors with jQuery (tags: programming javascript ajax tech error errors) [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery ajax error handling for $.get ,$.post, $.load methods | Php Development great read on handling Ajax Errors with jQuery (tags: programming javascript ajax tech error errors) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
