html Botao animado bootstrap
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Botao animado bootstrap相关的知识,希望对你有一定的参考价值。
<div style="margin:3em;">
<button type="button" class="btn btn-primary btn-lg " id="load" data-loading-text="<i class='fa fa-circle-o-notch fa-spin'></i> Processing Order">Submit Order</button>
<br>
<br>
<button type="button" class="btn btn-primary btn-lg" id="load" data-loading-text="<i class='fa fa-spinner fa-spin '></i> Processing Order">Submit Order</button>
</div>
$('.btn').on('click', function() {
var $this = $(this);
$this.button('loading');
setTimeout(function() {
$this.button('reset');
}, 8000);
});
以上是关于html Botao animado bootstrap的主要内容,如果未能解决你的问题,请参考以下文章
HTML Favicon animado
markdown salvapantallas animado
css Efecto Animado标题(Kern-burns)
php Insertar un logo SVG animado en WordPress
SpringSecurity常见用法备忘
css 来自http://www.wearesicc.com/quick-tips-5-column-layout-with-twitter-bootstrap/