Skip to content

Instantly share code, notes, and snippets.

@quezo
Created May 15, 2013 07:00
Show Gist options
  • Save quezo/5582117 to your computer and use it in GitHub Desktop.
Save quezo/5582117 to your computer and use it in GitHub Desktop.
A CodePen by Alex Vazquez.
<h1>hello again dude!</h1>
var n = String.fromCharCode(65);
$('h1').html('jquery is here! ' + n);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment