Skip to content

Instantly share code, notes, and snippets.

@shabbirbhimani
Created December 5, 2018 12:41
Show Gist options
  • Save shabbirbhimani/2f2f9f170574846422e0995d576ac8c7 to your computer and use it in GitHub Desktop.
Save shabbirbhimani/2f2f9f170574846422e0995d576ac8c7 to your computer and use it in GitHub Desktop.
jQuery Ready
jQuery( document ).ready(function() {
console.log( "ready!" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment