Skip to content

Instantly share code, notes, and snippets.

@edwardbeckett
Last active December 14, 2015 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardbeckett/5044429 to your computer and use it in GitHub Desktop.
Save edwardbeckett/5044429 to your computer and use it in GitHub Desktop.
FOUC KILLER
<!-- random ... -->
<div id="problem_div" class="nojs"> <!-- problem div ... -->
(function (a) {
a("*").removeClass("nojs");
// blah blah jquery ...
})(jQuery);
.nojs {
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment