Uncaught TypeError: $(...).bootstrapTable is not a function

在尝试多种方法无效后,网上其他答案就不说了。我去它的官网上找到了

注意css的样式要放在其他所有样式最前面

<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.css">

js要放在所有引入的js最后面最好是紧贴着写的js逻辑代码

<script src="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.js"></script>

posted @ 2020-07-08 09:52  neverthelessing  阅读(913)  评论(0)    收藏  举报