<?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: Handling Nested Clicks With jQuery.</title>
	<atom:link href="http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/</link>
	<description>AJAX Development, News, Techniques &#38; More</description>
	<lastBuildDate>Tue, 24 Jan 2012 01:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Handling Nested Clicks with jQuery Revisited &#187; By Don Albrecht &#187; article &#187; Ajax Bestiary</title>
		<link>http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/comment-page-1/#comment-143</link>
		<dc:creator>Handling Nested Clicks with jQuery Revisited &#187; By Don Albrecht &#187; article &#187; Ajax Bestiary</dc:creator>
		<pubDate>Wed, 28 Nov 2007 16:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/#comment-143</guid>
		<description>[...] I posted instructions for handling a series of nested clicks with jquery. Today I&#8217;m going to follow up that post with a more sophisticated solution to handle a corner [...]</description>
		<content:encoded><![CDATA[<p>[...] I posted instructions for handling a series of nested clicks with jquery. Today I&#8217;m going to follow up that post with a more sophisticated solution to handle a corner [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Albrecht</title>
		<link>http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/comment-page-1/#comment-142</link>
		<dc:creator>Don Albrecht</dc:creator>
		<pubDate>Wed, 28 Nov 2007 14:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/#comment-142</guid>
		<description>return false only stops bubbling.  It doesn&#039;t deal well with the situation where both objects in the stack have click handlers.</description>
		<content:encoded><![CDATA[<p>return false only stops bubbling.  It doesn&#8217;t deal well with the situation where both objects in the stack have click handlers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Albrecht</title>
		<link>http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/comment-page-1/#comment-141</link>
		<dc:creator>Don Albrecht</dc:creator>
		<pubDate>Wed, 28 Nov 2007 14:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/#comment-141</guid>
		<description>You can break the click chain by simply returning false from the method to stop the bubbling as well.  Since the Standard calls for all events to propagate to their ancestor, this offers a simpler approach.</description>
		<content:encoded><![CDATA[<p>You can break the click chain by simply returning false from the method to stop the bubbling as well.  Since the Standard calls for all events to propagate to their ancestor, this offers a simpler approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/comment-page-1/#comment-140</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Wed, 28 Nov 2007 13:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/#comment-140</guid>
		<description>Sorry, forget that. I was thinking in events not in calling click method</description>
		<content:encoded><![CDATA[<p>Sorry, forget that. I was thinking in events not in calling click method</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/comment-page-1/#comment-139</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Wed, 28 Nov 2007 13:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/27/handling-nested-clicks-with-jquery/#comment-139</guid>
		<description>I think you only need to prevent propagation of the event:
event.stopPropagation(); // W3C
event.cancelBubble = true; // IE</description>
		<content:encoded><![CDATA[<p>I think you only need to prevent propagation of the event:<br />
event.stopPropagation(); // W3C<br />
event.cancelBubble = true; // IE</p>
]]></content:encoded>
	</item>
</channel>
</rss>

