Skip to content

Instantly share code, notes, and snippets.

@thotbox
Last active August 29, 2015 14:03
Show Gist options
  • Save thotbox/2c185fe78b2a7050c48d to your computer and use it in GitHub Desktop.
Save thotbox/2c185fe78b2a7050c48d to your computer and use it in GitHub Desktop.
JavaScript: Foundation Init
// Foundation Init
if (!$('html').hasClass('lt-ie9')) {
$(document).foundation();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment