Skip to content

Instantly share code, notes, and snippets.

@polyclick
Created July 23, 2015 13:39
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 polyclick/9e71302962780581e8ed to your computer and use it in GitHub Desktop.
Save polyclick/9e71302962780581e8ed to your computer and use it in GitHub Desktop.
jquery ready shorthand
$(function() {
// Handler for .ready() called.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment