<?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>Mon, 06 Feb 2012 11:57:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Ravinder Tulsiani (Parent Central: Advice &#38; Tips Blog for Parents)</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-174061</link>
		<author>Ravinder Tulsiani (Parent Central: Advice &#38; Tips Blog for Parents)</author>
		<pubDate>Fri, 02 Dec 2011 14:16:59 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-174061</guid>
		<description>&lt;strong&gt;Ravinder Tulsiani (Parent Central: Advice &#38; Tips Blog for Parents)...&lt;/strong&gt;

[...]Use jQuery to find the first parent element &#124;  James Oppenheim&#8217;s blog[...]...</description>
		<content:encoded><![CDATA[<p><strong>Ravinder Tulsiani (Parent Central: Advice &#38; Tips Blog for Parents)&#8230;</strong></p>
<p>[&#8230;]Use jQuery to find the first parent element |  James Oppenheim&#8217;s blog[&#8230;]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spork</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-169542</link>
		<author>spork</author>
		<pubDate>Thu, 03 Nov 2011 02:43:02 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-169542</guid>
		<description>parents() will traverse the DOM &lt;em&gt;all the way&lt;/em&gt; up and return &lt;em&gt;every&lt;/em&gt; element that matches the selector.  So even though you're using filter() to trim out the other results, you're actually searching for them all, not just the first.

closest() on the other hand will traverse upwards until it finds a single result, and only return that.  in the case of what you're trying to do, it's much more efficient.</description>
		<content:encoded><![CDATA[<p>parents() will traverse the DOM <em>all the way</em> up and return <em>every</em> element that matches the selector.  So even though you&#8217;re using filter() to trim out the other results, you&#8217;re actually searching for them all, not just the first.</p>
<p>closest() on the other hand will traverse upwards until it finds a single result, and only return that.  in the case of what you&#8217;re trying to do, it&#8217;s much more efficient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 123</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-166487</link>
		<author>123</author>
		<pubDate>Wed, 12 Oct 2011 13:29:12 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-166487</guid>
		<description>window.location=':-)';</description>
		<content:encoded><![CDATA[<p>window.location=&#8217;:-)&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amresh chandra</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-160880</link>
		<author>Amresh chandra</author>
		<pubDate>Thu, 08 Sep 2011 07:35:09 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-160880</guid>
		<description>Use this one
$('currentelement').cloesest('div');

This will select div as parent.


            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
            
            
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                    &#160;
                
                
                
                    &#160;
                
                
                    &#160;uuu
                
                
                    &#160;
                
                
                    &#160;
                
            
        </description>
		<content:encoded><![CDATA[<p>Use this one<br />
$(&#8217;currentelement&#8217;).cloesest(&#8217;div&#8217;);</p>
<p>This will select div as parent.</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;uuu</p>
<p>                    &nbsp;</p>
<p>                    &nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuri Subach</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-133336</link>
		<author>Yuri Subach</author>
		<pubDate>Wed, 09 Mar 2011 07:10:04 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-133336</guid>
		<description>Thank you for advice, it works great!</description>
		<content:encoded><![CDATA[<p>Thank you for advice, it works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Wheale</title>
		<link>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-123648</link>
		<author>Ryan Wheale</author>
		<pubDate>Wed, 10 Nov 2010 08:06:57 +0000</pubDate>
		<guid>http://www.oppenheim.com.au/2008/12/20/use-jquery-to-find-the-first-parent-element/#comment-123648</guid>
		<description>I know this is way old, but wanted to put this out there for anyone (like myself) who is may stumble on this in the future.

Use closest();

http://api.jquery.com/closest/</description>
		<content:encoded><![CDATA[<p>I know this is way old, but wanted to put this out there for anyone (like myself) who is may stumble on this in the future.</p>
<p>Use closest();</p>
<p><a href="http://api.jquery.com/closest/" rel="nofollow">http://api.jquery.com/closest/</a></p>
]]></content:encoded>
	</item>
	<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>

