<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/mouse</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 02 Dec 2008 03:16:30 GMT</pubDate>
<item>
<title>(JavaScript) MouseEnter/Leave Handlers - wizard04</title>
<link>http://snipplr.com/view/8913/mouseenterleave-handlers/</link>
<description><![CDATA[ <p>These functions allow you to easily set a handler for a virtual mouseleave/enter event.

This requires my [MouseBoundaryCrossing](http://snipplr.com/view/8206/crossbrowser-mouseenterleave-solution/) class.</p> ]]></description>
<pubDate>Thu, 09 Oct 2008 15:41:54 GMT</pubDate>
<guid>http://snipplr.com/view/8913/mouseenterleave-handlers/</guid>
</item>
<item>
<title>(JavaScript) Cross-browser MouseEnter/Leave Solution - wizard04</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>
<item>
<title>(JavaScript) Mouse Event Positions - wizard04</title>
<link>http://snipplr.com/view/8040/mouse-event-positions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Aug 2008 15:07:06 GMT</pubDate>
<guid>http://snipplr.com/view/8040/mouse-event-positions/</guid>
</item>
<item>
<title>(JavaScript) jQuery - get mouse position - Juego</title>
<link>http://snipplr.com/view/7406/jquery--get-mouse-position/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Jul 2008 18:38:37 GMT</pubDate>
<guid>http://snipplr.com/view/7406/jquery--get-mouse-position/</guid>
</item>
<item>
<title>(JavaScript) Cross Browser Cursor Position - 1man</title>
<link>http://snipplr.com/view/5069/cross-browser-cursor-position/</link>
<description><![CDATA[ <p>Nice little snippet i found on Ajaxian, finds the position of the mouse cursor when it is fired.</p> ]]></description>
<pubDate>Thu, 14 Feb 2008 16:06:19 GMT</pubDate>
<guid>http://snipplr.com/view/5069/cross-browser-cursor-position/</guid>
</item>
<item>
<title>(JavaScript) Get Mouse Position (from Quirksmode.org) - noah</title>
<link>http://snipplr.com/view/3032/get-mouse-position-from-quirksmodeorg/</link>
<description><![CDATA[ <p>This is PPK's solution for finding mouse position across platforms.</p> ]]></description>
<pubDate>Mon, 25 Jun 2007 08:36:02 GMT</pubDate>
<guid>http://snipplr.com/view/3032/get-mouse-position-from-quirksmodeorg/</guid>
</item>
<item>
<title>(JavaScript) getMousePosition - szsk</title>
<link>http://snipplr.com/view/708/getmouseposition/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Aug 2006 22:20:37 GMT</pubDate>
<guid>http://snipplr.com/view/708/getmouseposition/</guid>
</item>
<item>
<title>(JavaScript) Mouse Event - kif</title>
<link>http://snipplr.com/view/591/mouse-event/</link>
<description><![CDATA[ <p>Support: Fx2, Opera9, IE6
Remodeled "Event.observe" of prototype.js... is necessary for this.  This is indispensable for MouseWheel to support.</p> ]]></description>
<pubDate>Thu, 27 Jul 2006 03:22:10 GMT</pubDate>
<guid>http://snipplr.com/view/591/mouse-event/</guid>
</item>
<item>
<title>(JavaScript) Mouse Buttons on different Browsers - MyKey_</title>
<link>http://snipplr.com/view/275/mouse-buttons-on-different-browsers/</link>
<description><![CDATA[ <p>Deals with the fact that mouse buttons are referenced in different ways by different browsers.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 08:57:33 GMT</pubDate>
<guid>http://snipplr.com/view/275/mouse-buttons-on-different-browsers/</guid>
</item>
</channel>
</rss>