Skip to content

Instantly share code, notes, and snippets.

@PressedWebSnippets
Created March 7, 2012 00:44
Show Gist options
  • Save PressedWebSnippets/1990151 to your computer and use it in GitHub Desktop.
Save PressedWebSnippets/1990151 to your computer and use it in GitHub Desktop.
jQuery - Simple jQuery instance
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment