Skip to content

Instantly share code, notes, and snippets.

@sillero
Created August 5, 2013 21:22
Show Gist options
  • Save sillero/6159731 to your computer and use it in GitHub Desktop.
Save sillero/6159731 to your computer and use it in GitHub Desktop.
console.log('.js > script');
$(function(){
console.log('.js > document.ready');
});
$(window).load(function(){
console.log('.js > window.load');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment