Skip to content

Instantly share code, notes, and snippets.

@siromega
siromega / gist:1348779
Created November 8, 2011 19:09
Fixing FOUC with jQueryMobile
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- stuff -->
<!-- FOUC fix -->
<style type="text/css">
.no-js {display: none;}
</style>
</head>