<?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: A Developer&#8217;s Introduction to jQuery</title>
	<atom:link href="http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/</link>
	<description>Rediscover the joy of coding.</description>
	<lastBuildDate>Sun, 07 Mar 2010 03:07:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Swami</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-4278</link>
		<dc:creator>Swami</dc:creator>
		<pubDate>Tue, 05 Jan 2010 19:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-4278</guid>
		<description>Excellent intro - I would always wonder as to how would jquery work and intrigued and intimidated by those &#039;$&#039;</description>
		<content:encoded><![CDATA[<p>Excellent intro &#8211; I would always wonder as to how would jquery work and intrigued and intimidated by those &#8216;$&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-4275</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 22 Dec 2009 00:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-4275</guid>
		<description>Looks good!  How can I apply this idea to a table that user can add or delete any row of a purchase order?</description>
		<content:encoded><![CDATA[<p>Looks good!  How can I apply this idea to a table that user can add or delete any row of a purchase order?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ?????????</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-4184</link>
		<dc:creator>?????????</dc:creator>
		<pubDate>Sun, 18 Oct 2009 11:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-4184</guid>
		<description>?? ?? ?? ????????? ???, ????? ? ??? ????????? :)</description>
		<content:encoded><![CDATA[<p>?? ?? ?? ????????? ???, ????? ? ??? ????????? <img src='http://www.hackification.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tagz &#124; &#34;A Developer’s Introduction to jQuery&#34; &#124; Comments</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-4015</link>
		<dc:creator>Tagz &#124; &#34;A Developer’s Introduction to jQuery&#34; &#124; Comments</dc:creator>
		<pubDate>Sat, 16 May 2009 16:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-4015</guid>
		<description>[...]               [upmod] [downmod]     A Developer’s Introduction to jQuery  (www.hackification.com)    3 points posted 5 months, 2 weeks ago by SixSixSix  tags jquery [...]</description>
		<content:encoded><![CDATA[<p>[...]               [upmod] [downmod]     A Developer’s Introduction to jQuery  (www.hackification.com)    3 points posted 5 months, 2 weeks ago by SixSixSix  tags jquery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markandey</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-4008</link>
		<dc:creator>Markandey</dc:creator>
		<pubDate>Fri, 08 May 2009 19:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-4008</guid>
		<description>Kool article .. good for learning the basics of jQuery!!</description>
		<content:encoded><![CDATA[<p>Kool article .. good for learning the basics of jQuery!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stusmith</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-232</link>
		<dc:creator>stusmith</dc:creator>
		<pubDate>Wed, 03 Dec 2008 10:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-232</guid>
		<description>@Sanjaya: I&#039;m using Firefox 3.0.4, and it&#039;s working fine for me. Probably a silly question, but I assume you have JavaScript enabled?


Also, for the record: it&#039;s been pointed out that I didn&#039;t need to attach hover events just to achieve the hover effect, I could have just used a tr:hover rule. Yup. In trying to present a nice simple example of a wide spread of jQuery features, I accidentally produced an example that&#039;s not terribly realistic. I&#039;ll try to write some more articles in the future that go into jQuery in more depth.</description>
		<content:encoded><![CDATA[<p>@Sanjaya: I&#8217;m using Firefox 3.0.4, and it&#8217;s working fine for me. Probably a silly question, but I assume you have JavaScript enabled?</p>
<p>Also, for the record: it&#8217;s been pointed out that I didn&#8217;t need to attach hover events just to achieve the hover effect, I could have just used a tr:hover rule. Yup. In trying to present a nice simple example of a wide spread of jQuery features, I accidentally produced an example that&#8217;s not terribly realistic. I&#8217;ll try to write some more articles in the future that go into jQuery in more depth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjaya</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-228</link>
		<dc:creator>Sanjaya</dc:creator>
		<pubDate>Tue, 02 Dec 2008 23:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-228</guid>
		<description>why is the sample not working with firefox 3.04?
But its ok for IE, Opera and Safari.
weird.. :(</description>
		<content:encoded><![CDATA[<p>why is the sample not working with firefox 3.04?<br />
But its ok for IE, Opera and Safari.<br />
weird.. <img src='http://www.hackification.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-12-02 &#171; My Weblog</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-227</link>
		<dc:creator>links for 2008-12-02 &#171; My Weblog</dc:creator>
		<pubDate>Tue, 02 Dec 2008 23:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-227</guid>
		<description>[...] A Developer’s Introduction to jQuery (tags: webdevelopment webdev tutorials jquery) [...]</description>
		<content:encoded><![CDATA[<p>[...] A Developer’s Introduction to jQuery (tags: webdevelopment webdev tutorials jquery) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-222</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 02 Dec 2008 00:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-222</guid>
		<description>Is it wrong that I am getting excited over the how much time I would save with this concept?</description>
		<content:encoded><![CDATA[<p>Is it wrong that I am getting excited over the how much time I would save with this concept?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdel</title>
		<link>http://www.hackification.com/2008/11/27/a-developers-introduction-to-jquery/comment-page-1/#comment-219</link>
		<dc:creator>Abdel</dc:creator>
		<pubDate>Mon, 01 Dec 2008 16:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackification.com/?p=55#comment-219</guid>
		<description>Simple but very effective introduction to jQuery. This is what beginners look for and your article is a must read! Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Simple but very effective introduction to jQuery. This is what beginners look for and your article is a must read! Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
