Skip to content

Instantly share code, notes, and snippets.

@ijones922
Created June 4, 2014 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijones922/d3c210a355d723d9357f to your computer and use it in GitHub Desktop.
Save ijones922/d3c210a355d723d9357f to your computer and use it in GitHub Desktop.
window load
$(window).load(function() {
// executes when complete page is fully loaded, including all frames, objects and images
alert("window is loaded");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment