Skip to content

Instantly share code, notes, and snippets.

@StephanSchmidt
Created July 12, 2010 08:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephanSchmidt/472258 to your computer and use it in GitHub Desktop.
Save StephanSchmidt/472258 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de" id="facebook" class=" no_js">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-language" content="de" />
<script type="text/javascript">function arrivedHtml(id,text) { var b=document.getElementById(id); b.innerHTML = text; }</script></HEAD><BODY>
<div>Progressive Loading
<div id="content1">-</div>
<div id="content2">-</div>
</div>
<script>arrivedHtml("content2", "Wohoo");</script>
<script>arrivedHtml("content1", "Wohoo");</script>
</BODY></HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment