<?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 for jQuery Minute™</title>
	<atom:link href="http://jqueryminute.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jqueryminute.com</link>
	<description>...a jQuery Minute™ later and you&#039;re done!</description>
	<lastBuildDate>Fri, 09 Apr 2010 22:13:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Calculate Browser&#8217;s Scrollbar Width by Rob</title>
		<link>http://jqueryminute.com/calculate-browsers-scrollbar-width/comment-page-1/#comment-666</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 09 Apr 2010 22:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/?p=4#comment-666</guid>
		<description>I noticed that this doesn&#039;t work in Chrome 5.0.366 in OS X 10.6.3. It&#039;s likely that it doesn&#039;t work in previous versions of Chrome as well. The problem seems to be that a block level element with auto width doesn&#039;t narrow when its parent element gains a scrollbar. The only fix I can think of is to set the inner element&#039;s width to 100%, which, of course, breaks it in IE 7.</description>
		<content:encoded><![CDATA[<p>I noticed that this doesn&#8217;t work in Chrome 5.0.366 in OS X 10.6.3. It&#8217;s likely that it doesn&#8217;t work in previous versions of Chrome as well. The problem seems to be that a block level element with auto width doesn&#8217;t narrow when its parent element gains a scrollbar. The only fix I can think of is to set the inner element&#8217;s width to 100%, which, of course, breaks it in IE 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculate Browser&#8217;s Scrollbar Width by phil</title>
		<link>http://jqueryminute.com/calculate-browsers-scrollbar-width/comment-page-1/#comment-664</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Wed, 07 Apr 2010 02:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/?p=4#comment-664</guid>
		<description>doesn&#039;t work in chrome 5 and safari 4 on mac</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work in chrome 5 and safari 4 on mac</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery parent() vs. parents() by rich</title>
		<link>http://jqueryminute.com/jquery-parent-vs-parents/comment-page-1/#comment-634</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/jquery-parent-vs-parents/#comment-634</guid>
		<description>Your code works great, but I want to do one small thing that I can&#039;t get to work. I want the click event to be on an &#039;anchor&#039; tag inside of the &#039;td&#039;. So to reference the &#039;td&#039; in the fnGetPosition function I would reference $(this).parent() to get the &#039;td&#039;. this doesn&#039;t appear to be working for me. I know I&#039;m doing something wrong, but I just don&#039;t know what. Any help would be great. BTW, my code works your way just fine, so it can&#039;t be much else.</description>
		<content:encoded><![CDATA[<p>Your code works great, but I want to do one small thing that I can&#8217;t get to work. I want the click event to be on an &#8216;anchor&#8217; tag inside of the &#8216;td&#8217;. So to reference the &#8216;td&#8217; in the fnGetPosition function I would reference $(this).parent() to get the &#8216;td&#8217;. this doesn&#8217;t appear to be working for me. I know I&#8217;m doing something wrong, but I just don&#8217;t know what. Any help would be great. BTW, my code works your way just fine, so it can&#8217;t be much else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set Focus to the Next Input Field with jQuery by Roman</title>
		<link>http://jqueryminute.com/set-focus-to-the-next-input-field-with-jquery/comment-page-1/#comment-631</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/set-focus-to-the-next-input-field-with-jquery/#comment-631</guid>
		<description>This is great, but how do you make it to go backwards?  I&#039;m using this on a form where scores are entered, to go to the next field, but if I make a mistake, I&#039;d like to make it if I click the left arrow key it&#039;ll jump to the previous field and select the text in it...

Thanks,
-Roman</description>
		<content:encoded><![CDATA[<p>This is great, but how do you make it to go backwards?  I&#8217;m using this on a form where scores are entered, to go to the next field, but if I make a mistake, I&#8217;d like to make it if I click the left arrow key it&#8217;ll jump to the previous field and select the text in it&#8230;</p>
<p>Thanks,<br />
-Roman</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery parent() vs. parents() by thinklinux</title>
		<link>http://jqueryminute.com/jquery-parent-vs-parents/comment-page-1/#comment-629</link>
		<dc:creator>thinklinux</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/jquery-parent-vs-parents/#comment-629</guid>
		<description>It&#039;s awesome!!! Thanks a lot :P</description>
		<content:encoded><![CDATA[<p>It&#8217;s awesome!!! Thanks a lot :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery parent() vs. parents() by php thumbnailer</title>
		<link>http://jqueryminute.com/jquery-parent-vs-parents/comment-page-1/#comment-627</link>
		<dc:creator>php thumbnailer</dc:creator>
		<pubDate>Mon, 04 Jan 2010 00:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/jquery-parent-vs-parents/#comment-627</guid>
		<description>that was very helpful!!! thanks!!!</description>
		<content:encoded><![CDATA[<p>that was very helpful!!! thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery parent() vs. parents() by pnina</title>
		<link>http://jqueryminute.com/jquery-parent-vs-parents/comment-page-1/#comment-590</link>
		<dc:creator>pnina</dc:creator>
		<pubDate>Fri, 18 Dec 2009 11:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/jquery-parent-vs-parents/#comment-590</guid>
		<description>Great!!!!!!!!!!! Very helpful explanation</description>
		<content:encoded><![CDATA[<p>Great!!!!!!!!!!! Very helpful explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery parent() vs. parents() by Dave Kiss</title>
		<link>http://jqueryminute.com/jquery-parent-vs-parents/comment-page-1/#comment-573</link>
		<dc:creator>Dave Kiss</dc:creator>
		<pubDate>Wed, 16 Dec 2009 04:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/jquery-parent-vs-parents/#comment-573</guid>
		<description>thanks for this tip</description>
		<content:encoded><![CDATA[<p>thanks for this tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery parent() vs. parents() by Sap</title>
		<link>http://jqueryminute.com/jquery-parent-vs-parents/comment-page-1/#comment-566</link>
		<dc:creator>Sap</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/jquery-parent-vs-parents/#comment-566</guid>
		<description>salute</description>
		<content:encoded><![CDATA[<p>salute</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery parent() vs. parents() by Rijas PA</title>
		<link>http://jqueryminute.com/jquery-parent-vs-parents/comment-page-1/#comment-428</link>
		<dc:creator>Rijas PA</dc:creator>
		<pubDate>Mon, 30 Nov 2009 11:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://jqueryminute.com/blog/jquery-parent-vs-parents/#comment-428</guid>
		<description>Thanks. nice</description>
		<content:encoded><![CDATA[<p>Thanks. nice</p>
]]></content:encoded>
	</item>
</channel>
</rss>
