When referencing jQuery you have the following: ```<script src=https://code.jquery.com/jquery-1.12.0.min.js"></script>``` This causes an error where jQuery is undefined. It should be ```<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>```