Skip to content

Instantly share code, notes, and snippets.

@jiglesiasabio
Last active December 19, 2015 01:18
Show Gist options
  • Save jiglesiasabio/5874448 to your computer and use it in GitHub Desktop.
Save jiglesiasabio/5874448 to your computer and use it in GitHub Desktop.
jQuery cheatSheet
$( document ).ready(function() {
console.log( "ready!" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment