<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TopicObserver.com &#187; event-delegation</title>
	<atom:link href="http://www.topicobserver.com/blog/tag/event-delegation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.topicobserver.com/blog</link>
	<description>Trond Pettersen on Web Development and Topic Maps</description>
	<lastBuildDate>Sat, 03 Jul 2010 22:18:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Event Delegation with YUI 3.0</title>
		<link>http://www.topicobserver.com/blog/web-development/2009/event-delegation-with-yui-3-0/</link>
		<comments>http://www.topicobserver.com/blog/web-development/2009/event-delegation-with-yui-3-0/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:57:17 +0000</pubDate>
		<dc:creator>Trond</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[event-delegation]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.topicobserver.com/blog/?p=677</guid>
		<description><![CDATA[Personally I&#8217;ve never used the YUI library (yet), but the new event delegation functionality of YUI 3.0 has a very nice look to it: // Defining simple listeners on each element: Y.on(&#8220;click&#8221;, handleClick, &#8220;#container ul li a.profile&#8221;); // Defining listener on a container using the delegate() method: Y.delegate(&#8216;click&#8217;, handleClick, &#8216;#container&#8217;, &#8216;ul li a.profile&#8217;); [...] Event [...]]]></description>
		<wfw:commentRss>http://www.topicobserver.com/blog/web-development/2009/event-delegation-with-yui-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
