Skip to content

Instantly share code, notes, and snippets.

@jeremy-breidenbach
Created August 24, 2016 21:44
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 jeremy-breidenbach/750c0c6b0194d8741adfb7039d22bcab to your computer and use it in GitHub Desktop.
Save jeremy-breidenbach/750c0c6b0194d8741adfb7039d22bcab to your computer and use it in GitHub Desktop.
jQuery Document Ready
$( document ).ready(function() {
console.log( "ready!" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment