Skip to content

Instantly share code, notes, and snippets.

@paulmars
Created May 2, 2013 18:51
Show Gist options
  • Select an option

  • Save paulmars/5504428 to your computer and use it in GitHub Desktop.

Select an option

Save paulmars/5504428 to your computer and use it in GitHub Desktop.
Basic jQuery example for Eric
<p>
hello
</p>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
$("p").text("hello more")
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment