Skip to content

Instantly share code, notes, and snippets.

@nimiboid
Forked from ded/domready.js
Created March 28, 2011 08:26
Show Gist options
  • Select an option

  • Save nimiboid/890152 to your computer and use it in GitHub Desktop.

Select an option

Save nimiboid/890152 to your computer and use it in GitHub Desktop.
// Dealing w/ IEs peculiarities
function r(f){/in/.test(document.readyState)?setTimeout('r('+f+')',9):f()}
// @see http://www.dustindiaz.com/smallest-domready-ever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment