Skip to content

Instantly share code, notes, and snippets.

@manigandanta
Created April 25, 2012 12:24
Show Gist options
  • Save manigandanta/2489343 to your computer and use it in GitHub Desktop.
Save manigandanta/2489343 to your computer and use it in GitHub Desktop.
window.onload for firefox
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", init, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment