Skip to content

Instantly share code, notes, and snippets.

@jaredwilli
Forked from ded/domready.js
Created October 13, 2012 04:26
Show Gist options
  • Save jaredwilli/3883215 to your computer and use it in GitHub Desktop.
Save jaredwilli/3883215 to your computer and use it in GitHub Desktop.
Smallest x-browser DOM Ready, ever
function r(f){/in/(document.readyState)?setTimeout(r,9,f):f()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment