Created
June 17, 2013 17:04
-
-
Save imcodetolive/5798427 to your computer and use it in GitHub Desktop.
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
// Use before yours CSS files | |
document.documentElement.className = document.documentElement.className.replace(/(\s*|^)no-js(\s*|$)/, "$1js$2"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detecção de Javascript
Útil p/ códigos responsivos possibilitando um fallback em casos onde o javascript não esteja habilitado.
<script>
no head da página.Exemplo de Uso