【发布时间】:2020-06-17 01:36:03
【问题描述】:
我正在实现 twbs 分页,但它需要
的脚本<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
但我现有的代码需要脚本
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
如果我同时添加这两个脚本,我的分页将无法正常工作..
代码是
<div class="col-sm-12">
<ul id="pagination-demo" class="pagination-sm"></ul>
</div>
<div id="page-content" class="page-content">Page 1</div>
有没有人知道添加脚本并且一切正常的解决方案。
【问题讨论】:
标签: jquery ajax spring-boot pagination