<title>Bootstrap 实例 - 按钮(Button)插件加载状态</title>
<link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">
<script src="/js/bootstrap/jquery.min.js"></script>
<script src="/js/bootstrap/bootstrap3.3.7.min.js"></script>
<button id="fat-btn" class="btn btn-primary" data-loading-text="Loading..."
$(".btn").click(function(){
$(this).button('loading').delay(1000).queue(function() {