Skip to content

Instantly share code, notes, and snippets.

@notdol
Created January 29, 2013 06:02
Show Gist options
  • Save notdol/4662165 to your computer and use it in GitHub Desktop.
Save notdol/4662165 to your computer and use it in GitHub Desktop.
import jquery (google cdn)
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/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