<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - wizard04</title>
<link>http://snipplr.com/users/wizard04/tags/mouseover</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 04:25:26 GMT</pubDate>
<item>
<title>(JavaScript) Cross-browser MouseEnter/Leave Solution</title>
<link>http://snipplr.com/view/8206/crossbrowser-mouseenterleave-solution/</link>
<description><![CDATA[ <p>In mouseout and mouseover event handlers, use this object to check if the mouse was leaving or entering a "landmark" element.  See my [MouseEnter/Leave Handlers](http://snipplr.com/view/8913/mouseenterleave-handlers/) snipplet for a practical use.

`.fromElement`: element the mouse is leaving  
`.toElement`: element the mouse is entering  
`.inLandmark`: true if the event fired from within the landmark  
`.leftLandmark`: true if the mouse was leaving the landmark  
`.enteredLandmark`: true if the mouse was entering the landmark</p> ]]></description>
<pubDate>Fri, 05 Sep 2008 09:25:58 GMT</pubDate>
<guid>http://snipplr.com/view/8206/crossbrowser-mouseenterleave-solution/</guid>
</item>
</channel>
</rss>