Skip to content

Instantly share code, notes, and snippets.

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