Skip to content

Instantly share code, notes, and snippets.

@ChriRas
Created February 10, 2015 09:33
Show Gist options
  • Save ChriRas/d6a379e627974e340d0c to your computer and use it in GitHub Desktop.
Save ChriRas/d6a379e627974e340d0c to your computer and use it in GitHub Desktop.
init 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