Last active
December 18, 2015 02:58
-
-
Save boostbob/5714666 to your computer and use it in GitHub Desktop.
foundation interchange example javascript initialize
This file contains 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> document.write('<script src=' + ('__proto__' in {} ? 'javascripts/vendor/zepto' : 'javascripts/vendor/jquery') + '.js><\/script>') </script> | |
<script src="javascripts/foundation/foundation.js"></script> | |
<script src="javascripts/foundation/foundation.interchange.js"></script> | |
<script> $(document).foundation(); </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment