Skip to content

Instantly share code, notes, and snippets.

@fisherds
Created October 26, 2014 03:57
Show Gist options
  • Select an option

  • Save fisherds/6f8015ea5ee30ac4355e to your computer and use it in GitHub Desktop.

Select an option

Save fisherds/6f8015ea5ee30ac4355e to your computer and use it in GitHub Desktop.
Here are the two JavaScript files we need to load from html
<!-- DONE: Add jQuery CDN script -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- DONE: Add js/coffee.js script -->
<script type="text/javascript" src="js/coffee.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment