欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Uncaught TypeError: $(...).modal is not a function错误

程序员文章站 2022-06-09 16:48:36
...

练习ssm项目的时候,报了一个Uncaught TypeError: $(…).modal is not a function错误
Uncaught TypeError: $(...).modal is not a function错误
Uncaught TypeError: $(...).modal is not a function错误
百度了很多,大多说是 jQuery插件引用要在bootstrap之前,可我明明在bootstrap之前引用的jQuery插件,可还是报错
Uncaught TypeError: $(...).modal is not a function错误
最后把jQuery插件的版本换成更高的就发现没问题了
Uncaught TypeError: $(...).modal is not a function错误

<link href="${APP_PATH}/static/bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
<script type="text/javascript" src="${APP_PATH}/static/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>