Skip to content

Instantly share code, notes, and snippets.

View aMarCruz's full-sized avatar

Alberto Martínez aMarCruz

  • Quits
  • Mexico
View GitHub Profile
@aMarCruz
aMarCruz / classList_polyfill_ie9.js
Last active March 12, 2021 09:27
classList polyfill for IE9+ and modern browsers
/*
* classList.js MOD by aMarCruz
* 2015-05-07
* Supports IE9+ and modern browsers.
*
* classList.js: Cross-browser full element.classList implementation.
* 1.1.20150312
*
* By Eli Grey, http://eligrey.com
* License: Dedicated to the public domain.