Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created June 11, 2014 07:42
Show Gist options
  • Save jbutko/53bd00c9fcc01b8b2f0c to your computer and use it in GitHub Desktop.
Save jbutko/53bd00c9fcc01b8b2f0c to your computer and use it in GitHub Desktop.
jQuery: Document ready boilerplate
$(document).ready(function() {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment