Skip to content

Instantly share code, notes, and snippets.

@ciscoheat
Forked from ded/domready.js
Created February 10, 2016 20:36
Show Gist options
  • Save ciscoheat/2cb1f6896142c1790da9 to your computer and use it in GitHub Desktop.
Save ciscoheat/2cb1f6896142c1790da9 to your computer and use it in GitHub Desktop.
Smallest x-browser DOM Ready, ever [WORKING]
function r(f){/(un|ing)/.test(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