Skip to content

Instantly share code, notes, and snippets.

@ajaxboy
Forked from ded/domready.js
Created August 19, 2016 21:39
Show Gist options
  • Save ajaxboy/fe79c82d6a97535ef781dd5046c7a6b0 to your computer and use it in GitHub Desktop.
Save ajaxboy/fe79c82d6a97535ef781dd5046c7a6b0 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