<?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 Delegation for blur and focus</title>
	<atom:link href="http://ajaxian.com/archives/event-delegation-for-blur-and-focus/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/event-delegation-for-blur-and-focus</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: JustinMeyer</title>
		<link>http://ajaxian.com/archives/event-delegation-for-blur-and-focus/comment-page-1#comment-265959</link>
		<dc:creator>JustinMeyer</dc:creator>
		<pubDate>Sun, 20 Jul 2008 20:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/event-delegation-for-blur-and-focus#comment-265959</guid>
		<description>JavaScriptMVC&#039;s Controller class has event delegation for blur focus cross browser.  It even does submit.</description>
		<content:encoded><![CDATA[<p>JavaScriptMVC&#8217;s Controller class has event delegation for blur focus cross browser.  It even does submit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dicabrio</title>
		<link>http://ajaxian.com/archives/event-delegation-for-blur-and-focus/comment-page-1#comment-262836</link>
		<dc:creator>dicabrio</dc:creator>
		<pubDate>Tue, 15 Apr 2008 08:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/event-delegation-for-blur-and-focus#comment-262836</guid>
		<description>Nice stuff... I used this trick. we did an web app with javascript and because of the memory leaks we introduced this way of handling events: &lt;a href=&quot;http://www.jdistill.com&quot; rel=&quot;nofollow&quot;&gt;jdistill.com&lt;/a&gt;. there is only one event handler that is on the body element</description>
		<content:encoded><![CDATA[<p>Nice stuff&#8230; I used this trick. we did an web app with javascript and because of the memory leaks we introduced this way of handling events: <a href="http://www.jdistill.com" rel="nofollow">jdistill.com</a>. there is only one event handler that is on the body element</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBob</title>
		<link>http://ajaxian.com/archives/event-delegation-for-blur-and-focus/comment-page-1#comment-262830</link>
		<dc:creator>MrBob</dc:creator>
		<pubDate>Tue, 15 Apr 2008 03:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/event-delegation-for-blur-and-focus#comment-262830</guid>
		<description>Looking at the test page, it looks like it actually does handle IE using the onfocusin and onfocusout events that IE has.</description>
		<content:encoded><![CDATA[<p>Looking at the test page, it looks like it actually does handle IE using the onfocusin and onfocusout events that IE has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrthan</title>
		<link>http://ajaxian.com/archives/event-delegation-for-blur-and-focus/comment-page-1#comment-262829</link>
		<dc:creator>mrthan</dc:creator>
		<pubDate>Tue, 15 Apr 2008 03:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/event-delegation-for-blur-and-focus#comment-262829</guid>
		<description>So true, so many articles on many a modern technique have a trailing sentence, &quot;oh this doesn&#039;t work in the browser/s the majority of people use&quot;. It&#039;s great to see this stuff figured out but frustrating to see it rendered mostly unusable.</description>
		<content:encoded><![CDATA[<p>So true, so many articles on many a modern technique have a trailing sentence, &#8220;oh this doesn&#8217;t work in the browser/s the majority of people use&#8221;. It&#8217;s great to see this stuff figured out but frustrating to see it rendered mostly unusable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schill</title>
		<link>http://ajaxian.com/archives/event-delegation-for-blur-and-focus/comment-page-1#comment-262812</link>
		<dc:creator>Schill</dc:creator>
		<pubDate>Mon, 14 Apr 2008 15:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/event-delegation-for-blur-and-focus#comment-262812</guid>
		<description>&quot;.. that apart from IE...&quot; Ah, the usual twist. ;) I believe Hedger Wang looked into some &lt;a href=&quot;http://www.hedgerwow.com/360/dhtml/dom-event2/demo.html&quot; rel=&quot;nofollow&quot;&gt;similar stuff&lt;/a&gt; with blur and focus.</description>
		<content:encoded><![CDATA[<p>&#8220;.. that apart from IE&#8230;&#8221; Ah, the usual twist. ;) I believe Hedger Wang looked into some <a href="http://www.hedgerwow.com/360/dhtml/dom-event2/demo.html" rel="nofollow">similar stuff</a> with blur and focus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

