Skip to content

Instantly share code, notes, and snippets.

@hgbrown
Created February 3, 2013 11:43
Show Gist options
  • Save hgbrown/4701447 to your computer and use it in GitHub Desktop.
Save hgbrown/4701447 to your computer and use it in GitHub Desktop.
JavaScript: jquery ready handler - long version
$(document).ready(function() {
// Handler for .ready() called.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment