Skip to content

Instantly share code, notes, and snippets.

@neko-fire
Created May 3, 2012 07:10
Show Gist options
  • Save neko-fire/2583930 to your computer and use it in GitHub Desktop.
Save neko-fire/2583930 to your computer and use it in GitHub Desktop.
JavaScript: jQuery: doc ready short form
$(function(){
// type jquery code here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment