jQuery .animate() not working

You should include the jQuery-script in your head (before your own script.js).

Like

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>

Leave a Comment