Created
January 10, 2019 20:21
-
-
Save crazyyy/1f1738990594f3917ad377eb8bb71801 to your computer and use it in GitHub Desktop.
#js || defer load / running javascript code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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