Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Created May 7, 2012 04:53
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 zvineyard/2625992 to your computer and use it in GitHub Desktop.
Save zvineyard/2625992 to your computer and use it in GitHub Desktop.
jQuery: Start w/ Google CDN
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// This is more like it!
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment