Skip to content

Instantly share code, notes, and snippets.

@ciscoheat
Forked from ded/domready.js
Created February 10, 2016 20:36
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