您的位置:首页 > Web前端 > BootStrap

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

2016-05-03 16:48 651 查看
表格排序插件下载: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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: