Skip to content

Instantly share code, notes, and snippets.

View nbish11's full-sized avatar

Nathan nbish11

View GitHub Profile
@nbish11
nbish11 / README.md
Last active August 29, 2015 14:12 — forked from jonathantneal/README.md

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.

<!DOCTYPE html>
<html>
<head>
<title>Box Shadow</title>
<style>
.box {
height: 150px;
width: 300px;
margin: 20px;