我通过 bash 创建了一个新的 Foundation 5 项目,使用foundation new my-project
. 当我在 Chrome 中打开 index.html 文件时,Uncaught TypeError: a.indexOf is not a function
控制台中会显示一个错误,源自jquery.min.js:4
.
我按照基础站点上的步骤创建了项目,但似乎无法摆脱此错误。Foundation 和 jQuery 看起来像是在 index.html 文件中包含并正确链接,并且链接的 app.js 文件包含$(document).foundation();
有谁知道是什么导致了这个错误?什么解决方案可能是?