Skip to content

Instantly share code, notes, and snippets.

@omariosouto
Created August 17, 2016 20:00
Show Gist options
  • Select an option

  • Save omariosouto/0e0c2cb1ed87cc95ad51b878ed0b07fe to your computer and use it in GitHub Desktop.

Select an option

Save omariosouto/0e0c2cb1ed87cc95ad51b878ed0b07fe to your computer and use it in GitHub Desktop.
var $components = [
'site-accordion.comp.js'
];
var $site = $(document);
$site.ready(function() {
$.each( $components, function() {
})
.then(function() {
new SiteAccordion().init();
});
});
<site-accordion>
</site-accordion>
<div site-accordion="true">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment