Skip to content

Instantly share code, notes, and snippets.

@crazyyy
Created January 10, 2019 20:21
Show Gist options
  • Save crazyyy/1f1738990594f3917ad377eb8bb71801 to your computer and use it in GitHub Desktop.
Save crazyyy/1f1738990594f3917ad377eb8bb71801 to your computer and use it in GitHub Desktop.
#js || defer load / running javascript code
<script>
window.addEventListener('DOMContentLoaded', function() {
(function($) {
//do something with b-lazy plugin, lightbox plugin and then with flexslider
})(jQuery);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment