Skip to content

Instantly share code, notes, and snippets.

@stefan-jonker
Created August 13, 2014 22:45
Show Gist options
  • Save stefan-jonker/268990bbde95c040d257 to your computer and use it in GitHub Desktop.
Save stefan-jonker/268990bbde95c040d257 to your computer and use it in GitHub Desktop.
[].forEach.call(
document.querySelectorAll(''),
function (el) {
console.log(el);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment