Skip to content

Instantly share code, notes, and snippets.

@blivesta
Last active August 5, 2016 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blivesta/3ad4c355b3135bef7dc28943998f96eb to your computer and use it in GitHub Desktop.
Save blivesta/3ad4c355b3135bef7dc28943998f96eb to your computer and use it in GitHub Desktop.
chaffle.js
var elements = document.querySelectorAll('[data-chaffle]');
Array.prototype.forEach.call(elements, function (el) {
var chaffle = new Chaffle(el, { /* options */ });
chaffle.init();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment