bootstrap JavaScript

模态框 modal.js

Dropdowns dropdown.js

ScrollSpy scrollspy.js

Togglable tabs tab.js

Tooltips tooltip.js

Popovers popover.js

警告框 alert.js

按钮 button.js

<button type="button" id="loading-example-btn" data-loading-text="Loading..." class="btn btn-primary">
  Loading state
</button>
<script>
  $('#loading-example-btn').click(function () {
    var btn = $(this)
    btn.button('loading')
    $.ajax(...).always(function () {
      btn.button('reset')
    });
  });
</script>

Collapse collapse.js

Carousel carousel.js

Affix affix.js

$.ajax

 

 

原文地址

posted on 2014-07-25 17:37  yy2056  阅读(187)  评论(0编辑  收藏  举报

导航