我正在使用Ruby 2,Rails 4.2并下载了这个Bootstrap template。但是当我在我的localhost中运行此模板时,它会显示导航栏顶部的白色并且还会出错。当我检查元素时,在agency.js中错误是“未定义不是函数”。它指向这个区域。
// Highlight the top nav as scrolling occurs
$('body').scrollspy({
target: '.navbar-fixed-top'
})
如果有人可以,请提供解决方案。