Skip to content

Instantly share code, notes, and snippets.

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