我想用引导崩溃插件。
折叠需要将转换插件包含在您的Bootstrap版本中。
我下载了bootstrap-3.3.7-dist.zip,但是它不包含这里提到的transitions.js:http://getbootstrap.com/javascript/#transitions
我看过Gitbub的代表(https://github.com/twbs/bootstrap/tree/v4-dev/js/dist),没有运气。
请问在哪里可以买到transitions.js?
发布于 2016-12-06 10:51:10
dist/js文件夹包括引导编译的js,文档显示:
如果您正在使用已编译(或缩小)的bootstrap.js,就没有必要包含它--它已经存在了。
否则,您可以使用你可以下载这些资料,该文件位于js文件夹中。
发布于 2016-12-06 10:54:42
我总是将这段代码添加到我的HTML文件中,一切都很好。下面是引导折叠自举崩溃的链接
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>发布于 2017-03-18 14:40:19
https://stackoverflow.com/questions/40993443
复制相似问题