Skip to content

Instantly share code, notes, and snippets.

@ravibharathii
Created April 22, 2015 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravibharathii/b42058f73686eec2c99d to your computer and use it in GitHub Desktop.
Save ravibharathii/b42058f73686eec2c99d to your computer and use it in GitHub Desktop.
Jquery Document Load
$( document ).ready(function() {
console.log( "ready!" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment