Skip to content

Instantly share code, notes, and snippets.

@keeganstreet
Created April 19, 2011 14:08
Show Gist options
  • Save keeganstreet/927946 to your computer and use it in GitHub Desktop.
Save keeganstreet/927946 to your computer and use it in GitHub Desktop.
Inspired by Modernizr
// Add a "no-js" class to the html element.
// Include this code in the head of the doc. Must be in the head.
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/,'') + ' js';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment