<?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"
	>
<channel>
	<title>Comments on: onMouseOver and Child Elements</title>
	<atom:link href="http://waynepan.com/2007/09/05/onmouseover-and-child-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://waynepan.com/2007/09/05/onmouseover-and-child-elements/</link>
	<description>tech &#124; js &#124; ui &#124; ajax &#124; life &#124; mobile</description>
	<pubDate>Sat, 22 Nov 2008 22:06:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: pat</title>
		<link>http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-159</link>
		<dc:creator>pat</dc:creator>
		<pubDate>Thu, 27 Mar 2008 17:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-159</guid>
		<description>Just curious if you could post the source of the page were you got this working on?

- thanks</description>
		<content:encoded><![CDATA[<p>Just curious if you could post the source of the page were you got this working on?</p>
<p>- thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-156</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 24 Mar 2008 02:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-156</guid>
		<description>Thanks for posting this. I was wondering what was going on with this. It seems to me (Element).on('mouseover',...) is not the same as the html attribute onmouseover. Anyway, thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I was wondering what was going on with this. It seems to me (Element).on(&#8217;mouseover&#8217;,&#8230;) is not the same as the html attribute onmouseover. Anyway, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-4</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Sat, 08 Sep 2007 23:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-4</guid>
		<description>Thanks for the great tip! Good one liner to for CSS effects. However, I needed to do additional things other than adding a class.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tip! Good one liner to for CSS effects. However, I needed to do additional things other than adding a class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-3</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 08 Sep 2007 11:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://waynepan.com/2007/09/05/onmouseover-and-child-elements/#comment-3</guid>
		<description>Wayne, you may also like the convenience function addClassOnOver which handles this for you behind the scenes if you tell it to:

Ext.get('divId').addClassOnOver('your-class', true);

This registers the required event handlers and also automatically filters child elements for you if you pass the optional second argument of "true".</description>
		<content:encoded><![CDATA[<p>Wayne, you may also like the convenience function addClassOnOver which handles this for you behind the scenes if you tell it to:</p>
<p>Ext.get(&#8217;divId&#8217;).addClassOnOver(&#8217;your-class&#8217;, true);</p>
<p>This registers the required event handlers and also automatically filters child elements for you if you pass the optional second argument of &#8220;true&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
