I was copying the code from this website http://codepen.io/githiro/pen/ICfFE to use for my website and i've got an error.  The very first function starts with $, $(function(){ however when I put this through and open it up on google it gets an error saying $ is undefined. I should also point out that I have called the jquery.
<head>
    <link rel="stylesheet" type="text/css" href="stylesheet.css"/>
    <script src="script.js"></script>
    <script src="jquery-2.2.2.js"></script>
    <title> What Instrument are you? </title>
</head>
How would I fix this? Thanks for your help!
 
     
    