Skip to content

Instantly share code, notes, and snippets.

@sgraber
Created February 7, 2010 02:11
Show Gist options
  • Save sgraber/297131 to your computer and use it in GitHub Desktop.
Save sgraber/297131 to your computer and use it in GitHub Desktop.
// quick copy paste jQuery starter embed
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function(){
// jQuery Code Here
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment