<?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/mousewheel</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 14:07:25 GMT</pubDate>
<item>
<title>(JavaScript) Cross Browser Wheel Event Listener - zfisic</title>
<link>http://snipplr.com/view/68762/cross-browser-wheel-event-listener/</link>
<description><![CDATA[ <p>A nifty event listener for handling wheel events. Listens for the DOM3 Wheel Event first, then falls back to MouseWheel, and finally DOMMouseScroll.</p> ]]></description>
<pubDate>Mon, 26 Nov 2012 05:10:11 GMT</pubDate>
<guid>http://snipplr.com/view/68762/cross-browser-wheel-event-listener/</guid>
</item>
<item>
<title>(JavaScript) Disable document scrolling when using mouse-wheel in Flash elements - singalongwithdavehotmailcom</title>
<link>http://snipplr.com/view/63718/disable-document-scrolling-when-using-mousewheel-in-flash-elements/</link>
<description><![CDATA[ <p>Often in Flash, the mouse is used to zoom or scroll, and by default the document  tag will also pick this up, making the page scroll away - which is annoying when you just want to view the Flash element. 

This snippet intercepts mouse scroll over object or embed tags, and prevents the default behaviour.

The code is cross-browser, not dependent on a 3rd party library, and executes inside a self-executing function, so it won't pollute your global scope.</p> ]]></description>
<pubDate>Mon, 05 Mar 2012 21:32:42 GMT</pubDate>
<guid>http://snipplr.com/view/63718/disable-document-scrolling-when-using-mousewheel-in-flash-elements/</guid>
</item>
<item>
<title>(JavaScript) Mouse wheel event - dertimbo</title>
<link>http://snipplr.com/view/570/mouse-wheel-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 24 Jul 2006 10:53:55 GMT</pubDate>
<guid>http://snipplr.com/view/570/mouse-wheel-event/</guid>
</item>
</channel>
</rss>