Skip to content

Instantly share code, notes, and snippets.

@betawax
Created February 16, 2012 10:56
Show Gist options
  • Save betawax/1844050 to your computer and use it in GitHub Desktop.
Save betawax/1844050 to your computer and use it in GitHub Desktop.
jQuery page ready
$(window).load(function() {});
@betawax
Copy link
Author

betawax commented Feb 16, 2012

Executes when the page is fully loaded, including all frames and images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment