select2 https://github.com/select2/select2
一个html select美化模拟类jquery插件,但是select2.js又远非简单的模拟美化那么简单,它还具有搜索功能,多选功能(可限制选择数量),ajax方式加载数据,可以设置placeholder。
演示:https://select2.github.io/examples.html
文档:https://select2.github.io/options.html
bootstrap-touchspin https://github.com/istvan-ujjmeszaros/bootstrap-touchspin
在很多电商网站中,在购物车所在页面,涉及到商品数量的时候,都会提供一个+号按钮和-号按钮来实现增1和减1,并且只允许input中输入数值。Bootstrap TouchSpin这款插件就是针对此需求而写。
演示:http://www.virtuosoft.eu/code/bootstrap-touchspin/
文档:http://www.virtuosoft.eu/code/bootstrap-touchspin/
awesome-bootstrap-checkbox https://github.com/flatlogic/awesome-bootstrap-checkbox
一款可以美化Bootstrap复选框和单选按钮的插件。它使用纯CSS编写,没有任何的javascript文件。它通过在原生Bootstrap组件的基础上做一些小改动,即可完成漂亮的美化效果。
演示:http://flatlogic.github.io/awesome-bootstrap-checkbox/demo/
bootstrap-social https://github.com/lipis/bootstrap-social
各种社交按钮
演示:https://lipis.github.io/bootstrap-social/
文档:https://lipis.github.io/bootstrap-social/
bootstrap-daterangepicker https://github.com/dangrossman/bootstrap-daterangepicker
是基于 Twitter 的 Bootstrap 框架下的一个日期范围选择控件。
演示:http://www.daterangepicker.com/#examples
文档:http://www.daterangepicker.com/#usage
bootstrap-select https://github.com/silviomoreto/bootstrap-select
网页里的下位列表,英文名drop down list,几乎所有网站都会用到这个组件。bootstrap已经设计了一个下拉列表的基本样式,在表单中展示已经够用了,但如果我们希望有更多一些的功能,不妨学一下Bootstrap-select。
演示:http://silviomoreto.github.io/bootstrap-select/examples/
文档:https://silviomoreto.github.io/bootstrap-select/options/
持续更新...