我在左下方的div中设置了一个工作标签窗格(通过点击任意一个EDUCATION / FAQ / REVIEWS按钮加载内容):http://dev.backcountryaccess.com/product/tracker-2/
我的麻烦是在尝试在FAQ部分添加简单的折叠功能时,它拒绝运行。我试过直接从Bootstrap添加最基本的例子:
<button type="button" class="btn btn-danger" data-toggle="collapse" data-target="#demo">simple collapsible</button>
<div id="demo" class="collapse in">some text</div>
但没有运气,按钮加载,但没有折叠功能......