我是新的 Bootstrap 3。不知道如何激活加载状态按钮功能。我的代码下面是从getboostrap.com上的文档。
<button type="button" data-loading-text="Loading..." class="btn btn-primary">
Loading state
</button>
下拉菜单工作正常,所以我猜问题出在别的地方?
我是新的 Bootstrap 3。不知道如何激活加载状态按钮功能。我的代码下面是从getboostrap.com上的文档。
<button type="button" data-loading-text="Loading..." class="btn btn-primary">
Loading state
</button>
下拉菜单工作正常,所以我猜问题出在别的地方?
2条答案
按热度按时间cgfeq70w1#
您需要从js端检测点击,HTML保持不变。注意:此方法自v3.5.5起已弃用,并在v4中删除。
另外,不要忘记在页面中加载jQuery和Bootstrap js(基于jQuery)文件。
JSFIDDLE
正式文件
zi8p0yeb2#
If you have v4 or higher, you can do this: 🙅🏽♂️
第一个