最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Bootstrap中点击按钮后变灰并显示加载中例子
时间:2022-06-25 17:32:01 编辑:袖梨 来源:一聚教程网
1.在按钮中加入data-loading-text,即点击按钮后显示的文字
2.当点击按钮后禁用按钮,并显示文字。如需绑定其他事件请自行更改。第二三行为重要内容。
$(".btn-check").click(function () {
$(this).button('loading');//禁用按钮并显示提交中
$(this).button('reset');//重置按钮
});
3.设置disabled属性为true即为不可用状态。
document.getElementByIdx("btn").disabled=true;
jquery
$("#btn").attr("disabled", true);
html:
相关文章
- 《原神》5.2卡池抽取建议 11-14
- 《原神》5.2版本新怪物介绍 11-14
- 《原神》希诺宁增伤触发方法 11-14
- 《原神》循音觅奇活动入口 11-14
- 《原神》循音觅奇兑换码获取方法 11-14
- 《原神》花羽会活动飞行技巧介绍 11-14