Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Created November 21, 2013 10:48
Show Gist options
  • Select an option

  • Save msmithstubbs/7579602 to your computer and use it in GitHub Desktop.

Select an option

Save msmithstubbs/7579602 to your computer and use it in GitHub Desktop.
jQuery(document).on('load', function() {
console.log('Message 1');
});
jQuery(document).ready(function() {
console.log('Message 2');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment