<?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: Beginners Guide to Using AJAX with jQuery</title>
	<atom:link href="http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/</link>
	<description>Web Development Wickedness</description>
	<lastBuildDate>Thu, 12 Aug 2010 19:07:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Test jquery ajax at Morten Skogly</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-802</link>
		<dc:creator>Test jquery ajax at Morten Skogly</dc:creator>
		<pubDate>Tue, 08 Dec 2009 19:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-802</guid>
		<description>[...] here, you might want to subscribe to the RSS feed for updates on this topic.Powered by WP Greet Boxhttp://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/js: Enter a value [...]</description>
		<content:encoded><![CDATA[<p>[...] here, you might want to subscribe to the RSS feed for updates on this topic.Powered by WP Greet Boxhttp://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/js: Enter a value [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test jquery ajax at Morten Skogly</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-801</link>
		<dc:creator>Test jquery ajax at Morten Skogly</dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-801</guid>
		<description>[...] here, you might want to subscribe to the RSS feed for updates on this topic.Powered by WP Greet Boxhttp://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/ Enter a value [...]</description>
		<content:encoded><![CDATA[<p>[...] here, you might want to subscribe to the RSS feed for updates on this topic.Powered by WP Greet Boxhttp://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/ Enter a value [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajay</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-752</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Wed, 18 Nov 2009 21:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-752</guid>
		<description>Hello,

thanks for the good tutorial which is easy to understand.
I am trying to delay the unblock for 2 secs after i get the Ajax response. Can you see what i&#039;m doing wrong here..


function sendValue(str){
    $.post( &quot;ajaxResponse.do&quot;, { loanAmount: str },  
       	function(data){
       	if (data.trim() == &quot;false&quot;) {
 		document.getElementById(&#039;ajaxMessage&#039;).innerHTML     = &quot;Problem Updating the Loan Data&quot;;
	setTimeout($.unblockUI, 2000); // this one works fine
	} else {
		// these two do not work but 
                setTimeout($.unblockUI, 2000);
		setTimeout(location.href=&quot;searchInit.do&quot;, 2000);
			        	}
			    	}, &quot;&quot; );
			}

thanks in advance..
ajay</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thanks for the good tutorial which is easy to understand.<br />
I am trying to delay the unblock for 2 secs after i get the Ajax response. Can you see what i&#8217;m doing wrong here..</p>
<p>function sendValue(str){<br />
    $.post( &#8220;ajaxResponse.do&#8221;, { loanAmount: str },<br />
       	function(data){<br />
       	if (data.trim() == &#8220;false&#8221;) {<br />
 		document.getElementById(&#8216;ajaxMessage&#8217;).innerHTML     = &#8220;Problem Updating the Loan Data&#8221;;<br />
	setTimeout($.unblockUI, 2000); // this one works fine<br />
	} else {<br />
		// these two do not work but<br />
                setTimeout($.unblockUI, 2000);<br />
		setTimeout(location.href=&#8221;searchInit.do&#8221;, 2000);<br />
			        	}<br />
			    	}, &#8220;&#8221; );<br />
			}</p>
<p>thanks in advance..<br />
ajay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: and fix my credit</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-669</link>
		<dc:creator>and fix my credit</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-669</guid>
		<description>&lt;strong&gt;and fix my credit...&lt;/strong&gt;

Great site - lots of different points of view!...</description>
		<content:encoded><![CDATA[<p><strong>and fix my credit&#8230;</strong></p>
<p>Great site &#8211; lots of different points of view!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alaa Al-Hussein</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-668</link>
		<dc:creator>Alaa Al-Hussein</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-668</guid>
		<description>Thanks for the tutorial.
Its useful and easy. I&#039;ll wait more from you.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial.<br />
Its useful and easy. I&#8217;ll wait more from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-662</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 18 Oct 2009 13:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-662</guid>
		<description>Woohoo! I think I figured it out, but it probably is the least elegant way to do it. 

In addition to calling the post function on document.ready, I added it to the returned function in addition to posting the returned value. When I first did it, I ended up with a thousand calls because it was doubling the calls I think because of the scope...I think...so I added the id of the returned html element to the call. If you have a second, let me know if I&#039;m way off base, or if I&#039;m doing something totally inappropriate...

Thanks again for the post.</description>
		<content:encoded><![CDATA[<p>Woohoo! I think I figured it out, but it probably is the least elegant way to do it. </p>
<p>In addition to calling the post function on document.ready, I added it to the returned function in addition to posting the returned value. When I first did it, I ended up with a thousand calls because it was doubling the calls I think because of the scope&#8230;I think&#8230;so I added the id of the returned html element to the call. If you have a second, let me know if I&#8217;m way off base, or if I&#8217;m doing something totally inappropriate&#8230;</p>
<p>Thanks again for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-661</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 18 Oct 2009 12:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-661</guid>
		<description>Hi, thank you so much for posting this. It&#039;s an easy to follow but tremendously helpful tutorial. I&#039;ve bookmarked the site :)

One thing I was hoping you could help me on though. I&#039;ve got the original call working, but I need to rebind the ajax call for the data returned in the original call. I&#039;m fairly new to js and specifically jQuery, so any help would be really helpful. Here&#039;s the link. It&#039;s a test page.
http://chshub.com/teacher/kents/discussion.asp?dId=1

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, thank you so much for posting this. It&#8217;s an easy to follow but tremendously helpful tutorial. I&#8217;ve bookmarked the site <img src='http://www.devirtuoso.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One thing I was hoping you could help me on though. I&#8217;ve got the original call working, but I need to rebind the ajax call for the data returned in the original call. I&#8217;m fairly new to js and specifically jQuery, so any help would be really helpful. Here&#8217;s the link. It&#8217;s a test page.<br />
<a href="http://chshub.com/teacher/kents/discussion.asp?dId=1" rel="nofollow">http://chshub.com/teacher/kents/discussion.asp?dId=1</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eve</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-485</link>
		<dc:creator>eve</dc:creator>
		<pubDate>Tue, 08 Sep 2009 06:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-485</guid>
		<description>So sorry, guess it&#039;s al my fault... &gt;_&lt; maybe it&#039;s becoz i just double click the .html file, so it didn&#039;t work... when i fix the link to http://localhost/... it works. Thx.</description>
		<content:encoded><![CDATA[<p>So sorry, guess it&#8217;s al my fault&#8230; &gt;_&lt; maybe it&#039;s becoz i just double click the .html file, so it didn&#039;t work&#8230; when i fix the link to <a href="http://localhost/.." rel="nofollow">http://localhost/..</a>. it works. Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-388</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-388</guid>
		<description>Hey Eve, Unfortunately the comments box in wordpress kills code so I can&#039;t see what you changed the src to. If you&#039;d like you can send me an email via the contact form and I&#039;d be more than happy to help you out.</description>
		<content:encoded><![CDATA[<p>Hey Eve, Unfortunately the comments box in wordpress kills code so I can&#8217;t see what you changed the src to. If you&#8217;d like you can send me an email via the contact form and I&#8217;d be more than happy to help you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eve</title>
		<link>http://www.devirtuoso.com/2009/07/beginners-guide-to-using-ajax-with-jquery/comment-page-1/#comment-380</link>
		<dc:creator>eve</dc:creator>
		<pubDate>Mon, 24 Aug 2009 06:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.devirtuoso.com/?p=759#comment-380</guid>
		<description>i&#039;m sorry but it didn&#039;t work out for me...
i&#039;m already change the src to be 

but why isn&#039;t it working in my localhost?
Thx for the tuto anyway...</description>
		<content:encoded><![CDATA[<p>i&#8217;m sorry but it didn&#8217;t work out for me&#8230;<br />
i&#8217;m already change the src to be </p>
<p>but why isn&#8217;t it working in my localhost?<br />
Thx for the tuto anyway&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
