<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Use jQuery to find the first parent element</title>
	<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/</link>
	<description>See the world through my eyes</description>
	<pubDate>Fri, 10 Sep 2010 03:29:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Dmytrii Nagirniak</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-118657</link>
		<author>Dmytrii Nagirniak</author>
		<pubDate>Tue, 24 Aug 2010 04:34:54 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-118657</guid>
		<description>@tappas, @James, you cannot user parent() because it "only travels a single level up the DOM tree" according to docs and my tests (which is most likely not what the author wants to do).</description>
		<content:encoded><![CDATA[<p>@tappas, @James, you cannot user parent() because it &#8220;only travels a single level up the DOM tree&#8221; according to docs and my tests (which is most likely not what the author wants to do).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tappas</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-110374</link>
		<author>tappas</author>
		<pubDate>Wed, 09 Sep 2009 16:01:14 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-110374</guid>
		<description>oh you already added that. cheers.</description>
		<content:encoded><![CDATA[<p>oh you already added that. cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tappas</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-110373</link>
		<author>tappas</author>
		<pubDate>Wed, 09 Sep 2009 16:00:42 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-110373</guid>
		<description>can't you just use .parent() inplace of .parents()?</description>
		<content:encoded><![CDATA[<p>can&#8217;t you just use .parent() inplace of .parents()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Oppenheim</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-93495</link>
		<author>James Oppenheim</author>
		<pubDate>Tue, 24 Feb 2009 10:42:37 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-93495</guid>
		<description>Turns out that there is a &lt;a href="http://docs.jquery.com/Traversing/parent" rel="nofollow"&gt;parent()&lt;/a&gt; method. That makes it much easier!</description>
		<content:encoded><![CDATA[<p>Turns out that there is a <a href="http://docs.jquery.com/Traversing/parent" rel="nofollow">parent()</a> method. That makes it much easier!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
