Created
April 19, 2011 14:08
-
-
Save keeganstreet/927946 to your computer and use it in GitHub Desktop.
Inspired by Modernizr
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
// 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