Skip to content

Instantly share code, notes, and snippets.

@eguicciardi
Last active December 30, 2015 03:09
Show Gist options
  • Save eguicciardi/7767640 to your computer and use it in GitHub Desktop.
Save eguicciardi/7767640 to your computer and use it in GitHub Desktop.
Hello World DOM Ready
jQuery(document).ready(function($){
alert("Hello World!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment