jquery : $().animate() is not a function

You appear to be using the slim build of jQuery 3.1.0, which doesn’t include most of the library. Instead, you should be using the full version.

https://code.jquery.com/jquery-3.1.0.js

Leave a Comment