<?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: 13 reasons for using jQuery</title>
	<atom:link href="http://www.jquerymagic.com/2009/02/13-reasons-for-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jquerymagic.com/2009/02/13-reasons-for-using-jquery/</link>
	<description>Doing Magics with jQuery</description>
	<lastBuildDate>Sun, 22 Jan 2012 01:56:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 86 jQuery Resources To Spice Up Your Website &#124; Hi, I'm Grace Smith</title>
		<link>http://www.jquerymagic.com/2009/02/13-reasons-for-using-jquery/comment-page-1/#comment-11</link>
		<dc:creator>86 jQuery Resources To Spice Up Your Website &#124; Hi, I'm Grace Smith</dc:creator>
		<pubDate>Fri, 20 Mar 2009 16:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jquerymagic.com/?p=15#comment-11</guid>
		<description>[...] 13 reasons for using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] 13 reasons for using jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahbub</title>
		<link>http://www.jquerymagic.com/2009/02/13-reasons-for-using-jquery/comment-page-1/#comment-10</link>
		<dc:creator>Mahbub</dc:creator>
		<pubDate>Fri, 20 Mar 2009 13:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jquerymagic.com/?p=15#comment-10</guid>
		<description>I think I&#039;ve read in operations management that a high or steep learning curve means that &quot;when things are easy to learn it has a high learning curve&quot;. In other words if a task has 80% learning curve rate it means that second unit of the task takes 80% of the first and third takes 80% of the second. 
JQuery is extremely easy to learn and i think i should have written high learning curve rate and it would not confuse people ;)</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve read in operations management that a high or steep learning curve means that &#8220;when things are easy to learn it has a high learning curve&#8221;. In other words if a task has 80% learning curve rate it means that second unit of the task takes 80% of the first and third takes 80% of the second.<br />
JQuery is extremely easy to learn and i think i should have written high learning curve rate and it would not confuse people <img src='http://www.jquerymagic.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Godson</title>
		<link>http://www.jquerymagic.com/2009/02/13-reasons-for-using-jquery/comment-page-1/#comment-9</link>
		<dc:creator>Oscar Godson</dc:creator>
		<pubDate>Thu, 19 Mar 2009 19:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jquerymagic.com/?p=15#comment-9</guid>
		<description>Do you mean jQuery has a low learning curve? Wouldn&#039;t a bigger curve mean more to learn therefor harder? A hard library to learn isn&#039;t a good one ;)</description>
		<content:encoded><![CDATA[<p>Do you mean jQuery has a low learning curve? Wouldn&#8217;t a bigger curve mean more to learn therefor harder? A hard library to learn isn&#8217;t a good one <img src='http://www.jquerymagic.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahbub</title>
		<link>http://www.jquerymagic.com/2009/02/13-reasons-for-using-jquery/comment-page-1/#comment-8</link>
		<dc:creator>Mahbub</dc:creator>
		<pubDate>Wed, 11 Mar 2009 15:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jquerymagic.com/?p=15#comment-8</guid>
		<description>Sure : It&#039;s pretty easy. There are different ways to send AJAX request via jQuery. But it&#039;s always better to use the base function. 

it goes like this 
&lt;code&gt;$.ajax({
  url : &quot;your_url&quot;,
 type : &quot;post&quot;,
 data : &quot;&amp;param1=value1&amp;param2=value2&quot;,
 success : function (response){
  alert(response)
}
});&lt;/code&gt;

The properties are pretty self explanatory. For a detailed documentation on AJAX request, you can find on jQuery site http://docs.jquery.com/Ajax and in short here http://docs.jquery.com/Ajax/jQuery.ajax#options

I found it the easiest amongst all the libraries like prototype, mootools,  dojo and Ext</description>
		<content:encoded><![CDATA[<p>Sure : It&#8217;s pretty easy. There are different ways to send AJAX request via jQuery. But it&#8217;s always better to use the base function. </p>
<p>it goes like this<br />
<code>$.ajax({<br />
  url : "your_url",<br />
 type : "post",<br />
 data : "&amp;param1=value1&amp;param2=value2",<br />
 success : function (response){<br />
  alert(response)<br />
}<br />
});</code></p>
<p>The properties are pretty self explanatory. For a detailed documentation on AJAX request, you can find on jQuery site <a href="http://docs.jquery.com/Ajax" rel="nofollow">http://docs.jquery.com/Ajax</a> and in short here <a href="http://docs.jquery.com/Ajax/jQuery.ajax#options" rel="nofollow">http://docs.jquery.com/Ajax/jQuery.ajax#options</a></p>
<p>I found it the easiest amongst all the libraries like prototype, mootools,  dojo and Ext</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeevan</title>
		<link>http://www.jquerymagic.com/2009/02/13-reasons-for-using-jquery/comment-page-1/#comment-7</link>
		<dc:creator>jeevan</dc:creator>
		<pubDate>Wed, 11 Mar 2009 15:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jquerymagic.com/?p=15#comment-7</guid>
		<description>hi would u tell me about the jquery ajax in a simple way ??
Thanks.</description>
		<content:encoded><![CDATA[<p>hi would u tell me about the jquery ajax in a simple way ??<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

