Uncaught ReferenceError: jQuery is not defined at jquery.cookie.js:14 at jquery.cookie.js:16异常处理

应该先把jquery-3.1.1.min.js文件先引入,然后再引入其他的js文件才可以,不然会找不到这个方法。 
错误的引入方式:

正确方式:

参考自:https://blog.csdn.net/Winter_chen001/article/details/69526023

原文地址:https://www.cnblogs.com/hongrun/p/10397831.html