Bootstrap表格排序插件、日期选择插件

表格排序插件下载:http://github.hubspot.com/sortable/

表格排序插件示例:http://github.hubspot.com/sortable/docs/welcome/

Manually Including

For the most common usage of sortable, you’ll want to include following:

<script src="sortable.min.js">script>
<link rel="stylesheet" href="sortable-theme-bootstrap.css" />

Now any table with the attribute sortable will be made sortable. To get the styling, you’ll also need to add a class name to the table to match the theme you chose:

<table class="sortable-theme-bootstrap" data-sortable>
    
table>

This example uses the “Bootstrap” theme. If the tables on your site already have styling, you may want to try the “Minimal” theme instead. For a full list of supported themes, check out Themes.

日期选择插件:http://www.bootcss.com/p/bootstrap-datetimepicker/demo.htm

你可能感兴趣的:(BootStrap)