Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created September 6, 2011 08:51
Show Gist options
  • Save bastianallgeier/1196999 to your computer and use it in GitHub Desktop.
Save bastianallgeier/1196999 to your computer and use it in GitHub Desktop.
<html class="no-js">
<head>
...
<script>
document.documentElement.className =
document.documentElement.className.replace("no-js", "js");
</script>
<link rel="stylesheet" href="styles.css" />
...
.js #dropdown,
.js #spinner {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment