Skip to content

Instantly share code, notes, and snippets.

@githiro
Created June 18, 2013 14:24
Show Gist options
  • Select an option

  • Save githiro/5805759 to your computer and use it in GitHub Desktop.

Select an option

Save githiro/5805759 to your computer and use it in GitHub Desktop.
JS: add onload event on window
$.event.add(window, "load", function()
{
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment