TypeError: $.cookie is not a function解决方案

来源:互联网 发布:男生直播软件 编辑:程序博客网 时间:2024/06/10 23:42

The Error means that the plugin is missing.

There could be lots of reasons for this, a few common ones are:
1. Jquery is loaded after the plugin, (that is; plugin before Jquery.)
2. The Plugin Path is wrong or it’s not accessible by web server.
3. The Plugin is not compatible with JQuery version.

具体查看这里!!!

我遇到的问题是上面引用了一次jQuery,下面引用jQuery-cookie,下面又引用了一次jQuery,导致出错!

阅读全文
0 0
原创粉丝点击