Bootstrap Table的jQuery和Bootstrap版本要求是什么?

Bla*_*ine 1 bootstrap-table

我在Bootstrap Table网站的代码示例中找到的唯一版本使用jQuery1.x。2.x或3.x可以工作吗?那么Bootstrap v4呢?

小智 6

引导程序和必需的jQuery版本:

[jQuery 1.7.1 > bootstrap 2.0.3]
[jQuery 1.9.1 > bootstrap 2.3.0|2.3.2]
[jQuery 1.9.1 > bootstrap 3.0.0-rc1]
[jQuery 1.10.2 > bootstrap 3.0.0]
[jQuery 1.11.2 > bootstrap 3.3.4]
[jQuery 1.12.4 > bootstrap 3.3.7]
[jQuery 1.11.3 > bootstrap 4.0.0-alpha]

[jQuery 2.2.4 > bootstrap 3.3.6]
[jQuery 3.2.1 > bootstrap 3.3.7]

[jQuery 3.1.1 > bootstrap 4.0.0-alpha6
Run Code Online (Sandbox Code Playgroud)

Bootstrap 3包括jQuery作为依赖项,这是Bootstrap Regard的bower.json。