<?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: Event driven programming with jQuery &#8211; (part 4). Simple event driven app.</title>
	<atom:link href="/2009/10/26/event-driven-programming-with-jquery-part-4-simple-event-driven-app/feed/" rel="self" type="application/rss+xml" />
	<link>/2009/10/26/event-driven-programming-with-jquery-part-4-simple-event-driven-app/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Rod</title>
		<link>/2009/10/26/event-driven-programming-with-jquery-part-4-simple-event-driven-app/comment-page-1/#comment-14373</link>
		<dc:creator><![CDATA[Rod]]></dc:creator>
		<pubDate>Sun, 24 Jul 2011 06:54:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=764#comment-14373</guid>
		<description><![CDATA[Iterating,on your example you should trigger the event from the origin $(this).trigger(&quot;iwasclicked&quot;) it will still bubble up to the document, but will keep the event.originalTarget in tact.  Another benefit is that ant parent can handle the event, and stop propagation if desired.  If you are triggering directly on the document, typically you wouldn&#039;t care about the Id of the element that triggered the event]]></description>
		<content:encoded><![CDATA[<p>Iterating,on your example you should trigger the event from the origin $(this).trigger(&#8220;iwasclicked&#8221;) it will still bubble up to the document, but will keep the event.originalTarget in tact.  Another benefit is that ant parent can handle the event, and stop propagation if desired.  If you are triggering directly on the document, typically you wouldn&#8217;t care about the Id of the element that triggered the event</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhana</title>
		<link>/2009/10/26/event-driven-programming-with-jquery-part-4-simple-event-driven-app/comment-page-1/#comment-7494</link>
		<dc:creator><![CDATA[Dhana]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:44:16 +0000</pubDate>
		<guid isPermaLink="false">/?p=764#comment-7494</guid>
		<description><![CDATA[Interesting, but could you clarify this for me - finally see an implementation of a custom event.  Looks like a very good technique which I will be using soon to further make my code more robust.]]></description>
		<content:encoded><![CDATA[<p>Interesting, but could you clarify this for me &#8211; finally see an implementation of a custom event.  Looks like a very good technique which I will be using soon to further make my code more robust.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
