Skip to content

Instantly share code, notes, and snippets.

@IamNaN
Forked from fling/gist:2423162
Created April 19, 2012 19:15
Show Gist options
  • Save IamNaN/2423235 to your computer and use it in GitHub Desktop.
Save IamNaN/2423235 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
window.onload = function(){ setTimeout(function() { window.scrollTo(0,0); },500); };
window.onorientationchange = function(){ setTimeout( function() { window.scrollTo(0,0); },100); };
function load() { if (navigator.userAgent.match(/OS 5(_\d)+ like Mac OS X/i)) { document.body.className+=" ios5" }}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment