Skip to content

Instantly share code, notes, and snippets.

@Victa
Created January 8, 2012 20:45
Show Gist options
  • Select an option

  • Save Victa/1579626 to your computer and use it in GitHub Desktop.

Select an option

Save Victa/1579626 to your computer and use it in GitHub Desktop.
Dom ready trick
(var domCheck = function(){
if(!document.body) return setTimeout(domCheck, 1);
//do moar here
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment