Skip to content

Instantly share code, notes, and snippets.

@Cycymomo
Forked from ded/domready.js
Created August 26, 2013 13:49
Show Gist options
  • Save Cycymomo/6341612 to your computer and use it in GitHub Desktop.
Save Cycymomo/6341612 to your computer and use it in GitHub Desktop.
domready.js
function r(f){/in/.test(document.readyState)?setTimeout('r('+f+')',9):f()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment