Skip to content

Instantly share code, notes, and snippets.

@ChriRas
Created February 10, 2015 09:33
Show Gist options
  • Select an option

  • Save ChriRas/d6a379e627974e340d0c to your computer and use it in GitHub Desktop.

Select an option

Save ChriRas/d6a379e627974e340d0c to your computer and use it in GitHub Desktop.

Revisions

  1. ChriRas created this gist Feb 10, 2015.
    3 changes: 3 additions & 0 deletions document_ready.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $( document ).ready(function() {
    console.log( "ready!" );
    });