错误:未捕获的ReferenceError:使用symfony 4在twig视图中未定义jQuery

时间:2018-01-21 20:20:50

标签: jquery twitter-bootstrap twig symfony4

当我加载视图的页面内容时,出现此错误:

enter image description here

有谁知道这是什么意思?

1 个答案:

答案 0 :(得分:0)

这意味着您没有将jQuery库加载到页面中。您需要提供本地链接或托管版本的链接(通过CDN)。 Bootstrap使用jQuery来执行其操作和操作,因为您使用的是Bootstraps datepicker - 您还需要包含jQuery。

或者

@Value("${hotspot.path.audio}")
 private String audioPath;

 <script src="js/jquery-2.1.1.js"></script>