Skip to content

Instantly share code, notes, and snippets.

@mateuszkocz
Created June 24, 2013 16:13
Show Gist options
  • Save mateuszkocz/5851283 to your computer and use it in GitHub Desktop.
Save mateuszkocz/5851283 to your computer and use it in GitHub Desktop.
Shortcur for addEventListener. Source: http://remysharp.com/2013/04/19/i-know-jquery-now-what
Element.prototype.on = Element.prototype.addEventListener;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment