<?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: Mouseenter and mouseleave events for Firefox (and other non-IE browsers)</title>
	<atom:link href="http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/</link>
	<description>web / programming / javascript / css / html</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:46:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-9107</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Thu, 15 Jan 2009 15:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-9107</guid>
		<description>@Neil:

Thanks for the link.  I believe a lot of the popular Javascript libraries out there offer mouseenter/mouseleave support (including mine).

The point of this post was more to make developers aware of it -- aware that it was an IE-only event and that it could be simulated in other browsers.

Think of it as mostly a blog post aimed at helping developers learn.</description>
		<content:encoded><![CDATA[<p>@Neil:</p>
<p>Thanks for the link.  I believe a lot of the popular Javascript libraries out there offer mouseenter/mouseleave support (including mine).</p>
<p>The point of this post was more to make developers aware of it &#8212; aware that it was an IE-only event and that it could be simulated in other browsers.</p>
<p>Think of it as mostly a blog post aimed at helping developers learn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-9095</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 15 Jan 2009 08:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-9095</guid>
		<description>Hi 
I am not sure how useful this is to anyone but MooTools gives mouseenterat least:

http://demos.mootools.net/Mouseenter

Might be the simplest way around though to be honest, i&#039;ve not looked into it to check it fully though in my experience, mootools is usually very reliable.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am not sure how useful this is to anyone but MooTools gives mouseenterat least:</p>
<p><a href="http://demos.mootools.net/Mouseenter" rel="nofollow">http://demos.mootools.net/Mouseenter</a></p>
<p>Might be the simplest way around though to be honest, i&#039;ve not looked into it to check it fully though in my experience, mootools is usually very reliable.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-9074</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Wed, 14 Jan 2009 17:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-9074</guid>
		<description>@Jaap:

DOH!  It&#039;s fixed.  Thanks.  No doubt the result of copying/pasting from various versions of the functions when I wrote the post.

FYI, mouseenter/mouseleave support is built into my addEvent method, which is available for download here: &lt;a href = &quot;http://blog.stchur.com/blogcode/ultimate_addevent/ultimate.zip&quot; rel=&quot;nofollow&quot;&gt;http://blog.stchur.com/blogcode/ultimate_addevent/ultimate.zip&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Jaap:</p>
<p>DOH!  It&#039;s fixed.  Thanks.  No doubt the result of copying/pasting from various versions of the functions when I wrote the post.</p>
<p>FYI, mouseenter/mouseleave support is built into my addEvent method, which is available for download here: <a href = "http://blog.stchur.com/blogcode/ultimate_addevent/ultimate.zip" rel="nofollow">http://blog.stchur.com/blogcode/ultimate_addevent/ultimate.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-9065</link>
		<dc:creator>Jaap</dc:creator>
		<pubDate>Wed, 14 Jan 2009 13:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-9065</guid>
		<description>Thx sstchur.
Found another one: _parent being called parent (in isAChildOf).</description>
		<content:encoded><![CDATA[<p>Thx sstchur.<br />
Found another one: _parent being called parent (in isAChildOf).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-9063</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Wed, 14 Jan 2009 13:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-9063</guid>
		<description>@Jaap:

Thanks for pointing this out.  I will fix it a little later on today.</description>
		<content:encoded><![CDATA[<p>@Jaap:</p>
<p>Thanks for pointing this out.  I will fix it a little later on today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-9060</link>
		<dc:creator>Jaap</dc:creator>
		<pubDate>Wed, 14 Jan 2009 13:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-9060</guid>
		<description>There are some typo&#039;s in the code in the original article (mainly with _fn being called f or _pFn).
Please fix them for future reference if possible.</description>
		<content:encoded><![CDATA[<p>There are some typo&#039;s in the code in the original article (mainly with _fn being called f or _pFn).<br />
Please fix them for future reference if possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foswaldcollinston</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-8605</link>
		<dc:creator>foswaldcollinston</dc:creator>
		<pubDate>Sun, 04 Jan 2009 00:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-8605</guid>
		<description>Hey, you have a great blog here! I&#039;m definitely going to bookmark you!</description>
		<content:encoded><![CDATA[<p>Hey, you have a great blog here! I&#039;m definitely going to bookmark you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-8462</link>
		<dc:creator>johnny</dc:creator>
		<pubDate>Wed, 31 Dec 2008 07:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-8462</guid>
		<description>Z6PxJW Thanks for good post</description>
		<content:encoded><![CDATA[<p>Z6PxJW Thanks for good post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techblog &#187; Blog Archive</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-8430</link>
		<dc:creator>techblog &#187; Blog Archive</dc:creator>
		<pubDate>Tue, 30 Dec 2008 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-8430</guid>
		<description>[...] Stchur has written a script to mimic IE&#8217;s proprietary mouseenter and mouseleave Javascript events. This is useful when you have one element nested inside another, you register an event on the [...]</description>
		<content:encoded><![CDATA[<p>[...] Stchur has written a script to mimic IE&#039;s proprietary mouseenter and mouseleave Javascript events. This is useful when you have one element nested inside another, you register an event on the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/comment-page-1/#comment-6655</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Mon, 01 Dec 2008 23:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/#comment-6655</guid>
		<description>@Franklin:

The solution should work for any nested DOM elements.  It will not work if the elements merely appear to contain one another (via CSS styling or something).

But if you actually have a hierarchy of nested elements, then this solution should work.

See &lt;a href = &quot;http://blog.stchur.com/2007/11/16/re-routing-events-in-javscript/&quot; rel=&quot;nofollow&quot;&gt;Event Re-routing in Javscript&lt;/a&gt; for additional relevant info.</description>
		<content:encoded><![CDATA[<p>@Franklin:</p>
<p>The solution should work for any nested DOM elements.  It will not work if the elements merely appear to contain one another (via CSS styling or something).</p>
<p>But if you actually have a hierarchy of nested elements, then this solution should work.</p>
<p>See <a href = "http://blog.stchur.com/2007/11/16/re-routing-events-in-javscript/" rel="nofollow">Event Re-routing in Javscript</a> for additional relevant info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
