<?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/tags/quirksmode</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 06:48:59 GMT</pubDate>
<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) Stop event propagation (stop an event from bubbling up) - noah</title>
<link>http://snipplr.com/view/2810/stop-event-propagation-stop-an-event-from-bubbling-up/</link>
<description><![CDATA[ <p>This is useful if I have an element that is inside a container, and I want to the element's event handler to fire without triggering the container's event handler.  Then I would wrap the element's event handler function with this code.

See "PPK On JavaScript," pp. 315 and 323.</p> ]]></description>
<pubDate>Wed, 06 Jun 2007 12:09:40 GMT</pubDate>
<guid>http://snipplr.com/view/2810/stop-event-propagation-stop-an-event-from-bubbling-up/</guid>
</item>
</channel>
</rss>