bootstrap 按钮 加载状态

9967595-44cdeb417443b7fc.png
image.png

9967595-8de02b546512b375.png
image.png

data-loading-text="xxx"

<button id="fat-btn" class="btn btn-primary" data-loading-text="Loading..."
type="button"> 加载状态
</button>
<script>
(".btn").click(function(){
(this).button('reset');
$(this).dequeue();
});
});
});
</script>

猜你喜欢

转载自blog.csdn.net/weixin_33853794/article/details/90866393
今日推荐