Skip to content

Instantly share code, notes, and snippets.

View TheJosh's full-sized avatar

Josh Heidenreich TheJosh

  • Adelaide, Australia
View GitHub Profile
@TheJosh
TheJosh / README.md
Last active December 24, 2015 08:39 — forked from jonathantneal/README.md
Updated polyfill to normalize "which" for mouse events.

EventListener Polyfill

Is IE8 your new IE6? Level the playing field with polyfills.

This script polyfills addEventListener, removeEventListener, and dispatchEvent. It is less than half a kilobyte minified and gzipped.

addEventListener

addEventListener registers a single event listener on a single target.