Skip to content

Instantly share code, notes, and snippets.

@digibutt
Created February 11, 2012 08:05
Show Gist options
  • Save digibutt/1797756 to your computer and use it in GitHub Desktop.
Save digibutt/1797756 to your computer and use it in GitHub Desktop.
Hello World jQuery
$(document).ready(function(){
$('#page').text("Ni Hao Shi Jie!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment