Skip to content

Instantly share code, notes, and snippets.

@bduggan
Created March 20, 2013 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bduggan/5205532 to your computer and use it in GitHub Desktop.
Save bduggan/5205532 to your computer and use it in GitHub Desktop.
<script src="/mojo/jquery/jquery.js"></script>
<span id='foo'></span>
<script>//<![CDATA[
$(document).ready(function() {
$("#foo").html("hello, world");
});
//]]></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment